Share via


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。

屬性

適用於