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 Overridable ReadOnly Property Cookies As HttpCookieCollection

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: