HttpClientHandler.CookieContainer 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定處理常式用來儲存伺服器 cookie 的 cookie 容器。
public:
property System::Net::CookieContainer ^ CookieContainer { System::Net::CookieContainer ^ get(); void set(System::Net::CookieContainer ^ value); };
public System.Net.CookieContainer CookieContainer { get; set; }
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public System.Net.CookieContainer CookieContainer { get; set; }
member this.CookieContainer : System.Net.CookieContainer with get, set
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.CookieContainer : System.Net.CookieContainer with get, set
Public Property CookieContainer As CookieContainer
屬性值
處理常式用來儲存伺服器 cookie 的 cookie 容器。
- 屬性
備註
屬性 CookieContainer 提供 類別的 CookieContainer 實例,其中包含與此處理程式相關聯的 Cookie。
UseCookies如果 屬性為 true
,則 CookieContainer 屬性代表用來儲存伺服器 Cookie 的 Cookie 容器。 使用者可以使用此屬性來傳送要求之前,先設定自定義 Cookie。 UseCookies如果 屬性為 false,且使用者將 Cookie 新增至 CookieContainer,則會忽略 Cookie,而不會傳送至伺服器。 CookieContainer將 設定為 null
將會擲回例外狀況。