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

プロパティ値

true HTTP Cookie コンテナーが有効な場合。それ以外の場合は false

属性

適用対象