HttpCookieContainerBindingElement Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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