Język

HttpCookieContainerBindingElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy HttpCookieContainerBindingElement.

Przeciążenia

Nazwa Opis
HttpCookieContainerBindingElement()
Przestarzałe.

Inicjuje nowe wystąpienie klasy HttpCookieContainerBindingElement.

HttpCookieContainerBindingElement(HttpCookieContainerBindingElement)
Przestarzałe.

Inicjuje nowe wystąpienie HttpCookieContainerBindingElement klasy z określonego elementu powiązania.

HttpCookieContainerBindingElement()

Uwaga

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

Inicjuje nowe wystąpienie klasy 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 ()
Atrybuty

Dotyczy

HttpCookieContainerBindingElement(HttpCookieContainerBindingElement)

Uwaga

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

Inicjuje nowe wystąpienie HttpCookieContainerBindingElement klasy z określonego elementu powiązania.

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 powiązania, który ma zostać sklonowany.

Atrybuty

Dotyczy