WebSocketContext::CookieCollection Property

.NET Framework (current version)
 

The cookies that were passed to the server during the opening handshake.

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

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

Property Value

Type: System.Net::CookieCollection^

Returns CookieCollection.

.NET Framework
Available since 4.5
Return to top
Show: