HttpListenerWebSocketContext::CookieCollection Property
.NET Framework (current version)
Gets the cookies received by the HttpListener object in the WebSocket opening handshake.
Assembly: System (in System.dll)
public: property CookieCollection^ CookieCollection { virtual CookieCollection^ get() override; }
Property Value
Type: System.Net::CookieCollection^Returns CookieCollection.
The cookies received by the HttpListener object.
.NET Framework
Available since 4.5
Available since 4.5
Show: