ClientWebSocketOptions::Cookies Property
.NET Framework (current version)
Gets or sets the cookies associated with the request.
Assembly: System (in System.dll)
public: property CookieContainer^ Cookies { CookieContainer^ get(); void set(CookieContainer^ value); }
Property Value
Type: System.Net::CookieContainer^Returns CookieContainer.
The cookies associated with the request.
.NET Framework
Available since 4.5
Available since 4.5
Show: