次の方法で共有


HttpCookieContainerBindingElement コンストラクター

定義

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

複製されるバインディング要素。

属性

適用対象