Bagikan melalui


HttpCookieContainerBindingElement Konstruktor

Definisi

Menginisialisasi instans baru kelas HttpCookieContainerBindingElement.

Overload

HttpCookieContainerBindingElement()
Kedaluwarsa.

Menginisialisasi instans baru kelas HttpCookieContainerBindingElement.

HttpCookieContainerBindingElement(HttpCookieContainerBindingElement)
Kedaluwarsa.

Menginisialisasi instans HttpCookieContainerBindingElement baru kelas dari elemen pengikatan tertentu.

HttpCookieContainerBindingElement()

Perhatian

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

Menginisialisasi instans baru kelas 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 ()
Atribut

Berlaku untuk

HttpCookieContainerBindingElement(HttpCookieContainerBindingElement)

Perhatian

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

Menginisialisasi instans HttpCookieContainerBindingElement baru kelas dari elemen pengikatan tertentu.

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

Elemen pengikatan yang akan dikloning.

Atribut

Berlaku untuk