C-DEngine 5.105

Cookie..::..Port Property

Gets or sets the value of the Port attribute of the cookie.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


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

Field Value

A String that represents the list of TCP ports to which the cookie applies.

Exceptions


ExceptionCondition
WebSocketSharp.Net..::..CookieException The value specified for a set operation isn't enclosed in double quotes or couldn't be parsed.