HttpCookieContainerBindingElement Konstruktorer

Definition

Initierar en ny instans av HttpCookieContainerBindingElement klassen.

Överlagringar

Name Description
HttpCookieContainerBindingElement()
Föråldrad.

Initierar en ny instans av HttpCookieContainerBindingElement klassen.

HttpCookieContainerBindingElement(HttpCookieContainerBindingElement)
Föråldrad.

Initierar en ny instans av HttpCookieContainerBindingElement klassen från ett angivet bindningselement.

HttpCookieContainerBindingElement()

Varning

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

Initierar en ny instans av HttpCookieContainerBindingElement klassen.

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

Gäller för

HttpCookieContainerBindingElement(HttpCookieContainerBindingElement)

Varning

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

Initierar en ny instans av HttpCookieContainerBindingElement klassen från ett angivet bindningselement.

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)

Parametrar

elementToBeCloned
HttpCookieContainerBindingElement

Bindningselementet som ska klonas.

Attribut

Gäller för