HttpCookieContainerBindingElement Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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