Builder..::..Cookie Property

Namespace:  global
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


public string Cookie { get; set; }
Public Property Cookie As String
	Get
	Set
public:
property String^ Cookie {
	String^ get ();
	void set (String^ value);
}