Partager via


HttpCookieContainerBindingElement Constructeurs

Définition

Initialise une nouvelle instance de la classe HttpCookieContainerBindingElement.

Surcharges

HttpCookieContainerBindingElement()
Obsolète.

Initialise une nouvelle instance de la classe HttpCookieContainerBindingElement.

HttpCookieContainerBindingElement(HttpCookieContainerBindingElement)
Obsolète.

Initialise une nouvelle instance de la classe HttpCookieContainerBindingElement à partir d'un élément de liaison spécifié.

HttpCookieContainerBindingElement()

Attention

This type is obsolete. To enable the Http CookieContainer, use the AllowCookies property on the http binding or on the HttpTransportBindingElement.

Initialise une nouvelle instance de la classe 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 ()
Attributs

S’applique à

HttpCookieContainerBindingElement(HttpCookieContainerBindingElement)

Attention

This type is obsolete. To enable the Http CookieContainer, use the AllowCookies property on the http binding or on the HttpTransportBindingElement.

Initialise une nouvelle instance de la classe HttpCookieContainerBindingElement à partir d'un élément de liaison spécifié.

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)

Paramètres

elementToBeCloned
HttpCookieContainerBindingElement

Élément de liaison à cloner.

Attributs

S’applique à