ClientWebSocketOptions.Cookies 属性

定义

获取或设置与此请求关联的 Cookie。

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

属性值

与请求关联的 Cookie。

属性

适用于