AspNetWebSocketContext.CookieCollection Property

Definition

Returns the Cookies collection typed as a CookieCollection for Windows applications that use cookies based on the Cookie class (such as WCF server applications).

public:
 virtual property System::Net::CookieCollection ^ CookieCollection { System::Net::CookieCollection ^ get(); };
public override System.Net.CookieCollection CookieCollection { get; }
member this.CookieCollection : System.Net.CookieCollection
Public Overrides ReadOnly Property CookieCollection As CookieCollection

Property Value

The collection of cookies.

Exceptions

The property is not implemented.

Applies to