다음을 통해 공유


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

복제할 바인딩 요소입니다.

특성

적용 대상