BasicHttpBinding.EnableHttpCookieContainer プロパティ

定義

注意事項

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

HTTP クッキー コンテナーが有効かどうかを示す値を取得または設定します。

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

プロパティ値

HTTP クッキーのコンテナーを有効にする場合は true。それ以外の場合は false

属性

適用対象