HttpCookieContainerBindingElement Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci HttpCookieContainerBindingElement třídy.
Přetížení
HttpCookieContainerBindingElement() |
Zastaralé.
Inicializuje novou instanci HttpCookieContainerBindingElement třídy. |
HttpCookieContainerBindingElement(HttpCookieContainerBindingElement) |
Zastaralé.
Inicializuje novou instanci HttpCookieContainerBindingElement třídy ze zadaného elementu vazby. |
HttpCookieContainerBindingElement()
Upozornění
This type is obsolete. To enable the Http CookieContainer, use the AllowCookies property on the http binding or on the HttpTransportBindingElement.
Inicializuje novou instanci HttpCookieContainerBindingElement třídy.
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 ()
- Atributy
Platí pro
HttpCookieContainerBindingElement(HttpCookieContainerBindingElement)
Upozornění
This type is obsolete. To enable the Http CookieContainer, use the AllowCookies property on the http binding or on the HttpTransportBindingElement.
Inicializuje novou instanci HttpCookieContainerBindingElement třídy ze zadaného elementu vazby.
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 vazby, který má být klonován.
- Atributy