HttpCookieContainerBindingElement Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der HttpCookieContainerBindingElement-Klasse.
Überlädt
HttpCookieContainerBindingElement() |
Veraltet.
Initialisiert eine neue Instanz der HttpCookieContainerBindingElement-Klasse. |
HttpCookieContainerBindingElement(HttpCookieContainerBindingElement) |
Veraltet.
Initialisiert eine neue Instanz der HttpCookieContainerBindingElement-Klasse aus einem angegebenen Bindungselement. |
HttpCookieContainerBindingElement()
Achtung
This type is obsolete. To enable the Http CookieContainer, use the AllowCookies property on the http binding or on the HttpTransportBindingElement.
Initialisiert eine neue Instanz der 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 ()
- Attribute
Gilt für:
HttpCookieContainerBindingElement(HttpCookieContainerBindingElement)
Achtung
This type is obsolete. To enable the Http CookieContainer, use the AllowCookies property on the http binding or on the HttpTransportBindingElement.
Initialisiert eine neue Instanz der HttpCookieContainerBindingElement-Klasse aus einem angegebenen Bindungselement.
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)
Parameter
- elementToBeCloned
- HttpCookieContainerBindingElement
Das zu klonende Bindungselement.
- Attribute