ClientWebSocketOptions.Cookies Property

Definition

Gets or sets the cookies associated with the request.

public:
 property System::Net::CookieContainer ^ Cookies { System::Net::CookieContainer ^ get(); void set(System::Net::CookieContainer ^ value); };
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public System.Net.CookieContainer? Cookies { get; set; }
public System.Net.CookieContainer Cookies { get; set; }
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.Cookies : System.Net.CookieContainer with get, set
member this.Cookies : System.Net.CookieContainer with get, set
Public Property Cookies As CookieContainer

Property Value

The cookies associated with the request.

Attributes

Applies to