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
Клонируемый элемент привязки.
- Атрибуты