AspNetWebSocketContext::CookieCollection Property

.NET Framework (current version)
 

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

Namespace:   System.Web.WebSockets
Assembly:  System.Web (in System.Web.dll)

public:
property CookieCollection^ CookieCollection {
	virtual CookieCollection^ get() override;
}

Property Value

Type: System.Net::CookieCollection^

The collection of cookies.

Exception Condition
NotImplementedException

The property is not implemented.

.NET Framework
Available since 4.5
Return to top
Show: