ClientWebSocketOptions::Cookies Property

.NET Framework (current version)
 

Gets or sets the cookies associated with the request.

Namespace:   System.Net.WebSockets
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
Return to top
Show: