HttpCookieContainerBindingElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy HttpCookieContainerBindingElement.

Przeciążenia

HttpCookieContainerBindingElement()
Przestarzałe.

Inicjuje nowe wystąpienie klasy HttpCookieContainerBindingElement.

HttpCookieContainerBindingElement(HttpCookieContainerBindingElement)
Przestarzałe.

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

HttpCookieContainerBindingElement()

Przestroga

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)

Przestroga

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

Inicjuje HttpCookieContainerBindingElement nowe wystąpienie 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