Sdílet prostřednictvím


HttpCookieContainerBindingElement Konstruktory

Definice

Inicializuje novou instanci HttpCookieContainerBindingElement třídy.

Přetížení

HttpCookieContainerBindingElement()
Zastaralé.

Inicializuje novou instanci HttpCookieContainerBindingElement třídy.

HttpCookieContainerBindingElement(HttpCookieContainerBindingElement)
Zastaralé.

Inicializuje novou instanci HttpCookieContainerBindingElement třídy ze zadaného elementu vazby.

HttpCookieContainerBindingElement()

Upozornění

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

Inicializuje novou instanci HttpCookieContainerBindingElement třídy.

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 ()
Atributy

Platí pro

HttpCookieContainerBindingElement(HttpCookieContainerBindingElement)

Upozornění

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

Inicializuje novou instanci HttpCookieContainerBindingElement třídy ze zadaného elementu vazby.

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)

Parametry

elementToBeCloned
HttpCookieContainerBindingElement

Element vazby, který má být klonován.

Atributy

Platí pro