HttpCookieContainerBindingElement 클래스

정의

주의

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

주의

Use AllowCookies.

HTTP 쿠키가 HTTP 요청 및 응답에서 처리되는 방식을 관리할 수 있게 합니다.

public ref class HttpCookieContainerBindingElement : System::ServiceModel::Channels::BindingElement
[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 class HttpCookieContainerBindingElement : System.ServiceModel.Channels.BindingElement
[System.Obsolete("Use AllowCookies.")]
public class HttpCookieContainerBindingElement : System.ServiceModel.Channels.BindingElement
[<System.Obsolete("This type is obsolete. To enable the Http CookieContainer, use the AllowCookies property on the http binding or on the HttpTransportBindingElement.", false)>]
type HttpCookieContainerBindingElement = class
    inherit BindingElement
[<System.Obsolete("Use AllowCookies.")>]
type HttpCookieContainerBindingElement = class
    inherit BindingElement
Public Class HttpCookieContainerBindingElement
Inherits BindingElement
상속
HttpCookieContainerBindingElement
특성

생성자

HttpCookieContainerBindingElement()
사용되지 않습니다.

HttpCookieContainerBindingElement 클래스의 새 인스턴스를 초기화합니다.

HttpCookieContainerBindingElement(HttpCookieContainerBindingElement)
사용되지 않습니다.

지정된 바인딩 요소에서 HttpCookieContainerBindingElement 클래스의 새 인스턴스를 초기화합니다.

메서드

BuildChannelFactory<TChannel>(BindingContext)

채널을 만드는 데 사용할 수 있는 채널 팩터리를 만듭니다.

BuildChannelListener<TChannel>(BindingContext)

바인딩 컨텍스트를 사용하여 지정된 형식의 채널을 수락하기 위해 채널 수신기를 초기화합니다.

(다음에서 상속됨 BindingElement)
CanBuildChannelFactory<TChannel>(BindingContext)

바인딩 요소에서 특정 채널 형식에 대한 채널 팩터리를 만들 수 있는지 여부를 나타내는 값을 반환합니다.

(다음에서 상속됨 BindingElement)
CanBuildChannelListener<TChannel>(BindingContext)

바인딩 요소에서 특정 채널 형식에 대한 수신기를 만들 수 있는지 여부를 나타내는 값을 반환합니다.

(다음에서 상속됨 BindingElement)
Clone()

현재 바인딩 요소 개체의 복사본을 반환합니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetProperty<T>(BindingContext)

요청한 형식화된 개체가 있으면 바인딩 스택의 해당 계층에서 반환합니다.

GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상