AspNetWebSocketContext::Cookies Property

.NET Framework (current version)
 

Gets the collection of cookies that was sent by a remote client in an AspNetWebSocket message.

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

public:
property HttpCookieCollection^ Cookies {
	virtual HttpCookieCollection^ get();
}

Property Value

Type: System.Web::HttpCookieCollection^

The collection of cookies.

Exception Condition
NotImplementedException

The property is not implemented.

.NET Framework
Available since 4.5
Return to top
Show: