BasicHttpBinding.EnableHttpCookieContainer 屬性

定義

警告

This property is obsolete. To enable Http CookieContainer, use the AllowCookies property instead.

取得或設定值,指出是否已啟用 HTTP Cookie 容器。

public:
 property bool EnableHttpCookieContainer { bool get(); void set(bool value); };
[System.Obsolete("This property is obsolete. To enable Http CookieContainer, use the AllowCookies property instead.", false)]
public bool EnableHttpCookieContainer { get; set; }
[<System.Obsolete("This property is obsolete. To enable Http CookieContainer, use the AllowCookies property instead.", false)>]
member this.EnableHttpCookieContainer : bool with get, set
Public Property EnableHttpCookieContainer As Boolean

屬性值

Boolean

如果已啟用 HTTP Cookie 容器,則為 true,否則為 false

屬性

適用於