HttpCookieContainerBindingElement コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
HttpCookieContainerBindingElement クラスの新しいインスタンスを初期化します。
オーバーロード
HttpCookieContainerBindingElement() |
古い.
HttpCookieContainerBindingElement クラスの新しいインスタンスを初期化します。 |
HttpCookieContainerBindingElement(HttpCookieContainerBindingElement) |
古い.
指定したバインド要素を使用して、HttpCookieContainerBindingElement クラスの新しいインスタンスを初期化します。 |
HttpCookieContainerBindingElement()
注意事項
This type is obsolete. To enable the Http CookieContainer, use the AllowCookies property on the http binding or on the HttpTransportBindingElement.
HttpCookieContainerBindingElement クラスの新しいインスタンスを初期化します。
public:
HttpCookieContainerBindingElement();
[System.Obsolete("This type is obsolete. To enable the Http CookieContainer, use the AllowCookies property on the http binding or on the HttpTransportBindingElement.", false)]
public HttpCookieContainerBindingElement ();
Public Sub New ()
- 属性
適用対象
HttpCookieContainerBindingElement(HttpCookieContainerBindingElement)
注意事項
This type is obsolete. To enable the Http CookieContainer, use the AllowCookies property on the http binding or on the HttpTransportBindingElement.
指定したバインド要素を使用して、HttpCookieContainerBindingElement クラスの新しいインスタンスを初期化します。
protected:
HttpCookieContainerBindingElement(System::ServiceModel::Channels::HttpCookieContainerBindingElement ^ elementToBeCloned);
[System.Obsolete("This type is obsolete. To enable the Http CookieContainer, use the AllowCookies property on the http binding or on the HttpTransportBindingElement.", false)]
protected HttpCookieContainerBindingElement (System.ServiceModel.Channels.HttpCookieContainerBindingElement elementToBeCloned);
[<System.Obsolete("This type is obsolete. To enable the Http CookieContainer, use the AllowCookies property on the http binding or on the HttpTransportBindingElement.", false)>]
new System.ServiceModel.Channels.HttpCookieContainerBindingElement : System.ServiceModel.Channels.HttpCookieContainerBindingElement -> System.ServiceModel.Channels.HttpCookieContainerBindingElement
Protected Sub New (elementToBeCloned As HttpCookieContainerBindingElement)
パラメーター
- elementToBeCloned
- HttpCookieContainerBindingElement
複製されるバインディング要素。
- 属性
適用対象
.NET