HttpCookieContainerBindingElement Конструкторы

Определение

Инициализирует новый экземпляр класса HttpCookieContainerBindingElement.

Перегрузки

HttpCookieContainerBindingElement()
Устаревшие..

Инициализирует новый экземпляр класса HttpCookieContainerBindingElement.

HttpCookieContainerBindingElement(HttpCookieContainerBindingElement)
Устаревшие..

Инициализирует новый экземпляр класса HttpCookieContainerBindingElement из заданного элемента привязки.

HttpCookieContainerBindingElement()

Внимание!

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

Инициализирует новый экземпляр класса 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 ()
Атрибуты

Применяется к

HttpCookieContainerBindingElement(HttpCookieContainerBindingElement)

Внимание!

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

Инициализирует новый экземпляр класса HttpCookieContainerBindingElement из заданного элемента привязки.

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)

Параметры

elementToBeCloned
HttpCookieContainerBindingElement

Клонируемый элемент привязки.

Атрибуты

Применяется к