C-DEngine 5.105

Cookie..::..Path Property

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

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

Syntax


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

Field Value

A String that represents the subset of URI on the origin server to which the cookie applies.