HttpCookieContainerBindingElement Constructors

Definitie

Initialiseert een nieuw exemplaar van de HttpCookieContainerBindingElement klasse.

Overloads

Name Description
HttpCookieContainerBindingElement()
Verouderd.

Initialiseert een nieuw exemplaar van de HttpCookieContainerBindingElement klasse.

HttpCookieContainerBindingElement(HttpCookieContainerBindingElement)
Verouderd.

Initialiseert een nieuw exemplaar van de HttpCookieContainerBindingElement klasse vanuit een opgegeven bindingselement.

HttpCookieContainerBindingElement()

Let op

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

Initialiseert een nieuw exemplaar van de HttpCookieContainerBindingElement klasse.

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

Van toepassing op

HttpCookieContainerBindingElement(HttpCookieContainerBindingElement)

Let op

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

Initialiseert een nieuw exemplaar van de HttpCookieContainerBindingElement klasse vanuit een opgegeven bindingselement.

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)

Parameters

elementToBeCloned
HttpCookieContainerBindingElement

Het bindingselement dat moet worden gekloond.

Kenmerken

Van toepassing op