HttpCookieContainerBindingElement 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
복제할 바인딩 요소입니다.
- 특성
적용 대상
.NET