HttpCookieContainerBindingElement Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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