ContextBindingElement 생성자

정의

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

오버로드

ContextBindingElement()

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

ContextBindingElement(ProtectionLevel)

지정된 보호 수준을 사용하여 ContextBindingElement 클래스의 새 인스턴스를 초기화합니다.

ContextBindingElement(ProtectionLevel, ContextExchangeMechanism)

지정된 보호 수준 및 교환 메커니즘을 사용하여 ContextBindingElement 클래스의 새 인스턴스를 초기화합니다.

ContextBindingElement(ProtectionLevel, ContextExchangeMechanism, Uri)

지정된 보호 수준, 컨텍스트 교환 메커니즘 및 클라이언트 콜백 주소를 사용하여 ContextBindingElement 클래스의 새 인스턴스를 초기화합니다.

ContextBindingElement(ProtectionLevel, ContextExchangeMechanism, Uri, Boolean)

지정된 보호 수준, 컨텍스트 교환 메커니즘, 클라이언트 콜백 주소 및 컨텍스트 관리 사용 여부를 지정하는 값을 사용하여 ContextBindingElement 클래스의 새 인스턴스를 초기화합니다.

ContextBindingElement()

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

public:
 ContextBindingElement();
public ContextBindingElement ();
Public Sub New ()

설명

에 대해 의 기본값을 설정하고 에 대해 를 Sign ProtectionLevel ContextSoapHeader ContextExchangeMechanism 설정합니다.

적용 대상

ContextBindingElement(ProtectionLevel)

지정된 보호 수준을 사용하여 ContextBindingElement 클래스의 새 인스턴스를 초기화합니다.

public:
 ContextBindingElement(System::Net::Security::ProtectionLevel protectionLevel);
public ContextBindingElement (System.Net.Security.ProtectionLevel protectionLevel);
new System.ServiceModel.Channels.ContextBindingElement : System.Net.Security.ProtectionLevel -> System.ServiceModel.Channels.ContextBindingElement
Public Sub New (protectionLevel As ProtectionLevel)

매개 변수

protectionLevel
ProtectionLevel

바인딩 요소의 ProtectionLevel입니다.

예외

protectionLevel이 올바르지 않은 경우

설명

ContextSoapHeader 기본값을 ContextExchangeMechanism 설정합니다.

적용 대상

ContextBindingElement(ProtectionLevel, ContextExchangeMechanism)

지정된 보호 수준 및 교환 메커니즘을 사용하여 ContextBindingElement 클래스의 새 인스턴스를 초기화합니다.

public:
 ContextBindingElement(System::Net::Security::ProtectionLevel protectionLevel, System::ServiceModel::Channels::ContextExchangeMechanism contextExchangeMechanism);
public ContextBindingElement (System.Net.Security.ProtectionLevel protectionLevel, System.ServiceModel.Channels.ContextExchangeMechanism contextExchangeMechanism);
new System.ServiceModel.Channels.ContextBindingElement : System.Net.Security.ProtectionLevel * System.ServiceModel.Channels.ContextExchangeMechanism -> System.ServiceModel.Channels.ContextBindingElement
Public Sub New (protectionLevel As ProtectionLevel, contextExchangeMechanism As ContextExchangeMechanism)

매개 변수

protectionLevel
ProtectionLevel

바인딩 요소의 ProtectionLevel입니다.

contextExchangeMechanism
ContextExchangeMechanism

바인딩 요소의 컨텍스트를 교환하는 데 사용된 메커니즘을 지정하는 ContextExchangeMechanism입니다.

예외

protectionLevel 또는 contextExchangeMechanism이 잘못된 경우

적용 대상

ContextBindingElement(ProtectionLevel, ContextExchangeMechanism, Uri)

지정된 보호 수준, 컨텍스트 교환 메커니즘 및 클라이언트 콜백 주소를 사용하여 ContextBindingElement 클래스의 새 인스턴스를 초기화합니다.

public:
 ContextBindingElement(System::Net::Security::ProtectionLevel protectionLevel, System::ServiceModel::Channels::ContextExchangeMechanism contextExchangeMechanism, Uri ^ clientCallbackAddress);
public ContextBindingElement (System.Net.Security.ProtectionLevel protectionLevel, System.ServiceModel.Channels.ContextExchangeMechanism contextExchangeMechanism, Uri clientCallbackAddress);
new System.ServiceModel.Channels.ContextBindingElement : System.Net.Security.ProtectionLevel * System.ServiceModel.Channels.ContextExchangeMechanism * Uri -> System.ServiceModel.Channels.ContextBindingElement
Public Sub New (protectionLevel As ProtectionLevel, contextExchangeMechanism As ContextExchangeMechanism, clientCallbackAddress As Uri)

매개 변수

protectionLevel
ProtectionLevel

바인딩 요소의 보호 수준입니다.

contextExchangeMechanism
ContextExchangeMechanism

바인딩 요소의 컨텍스트를 교환하는 데 사용된 메커니즘입니다.

clientCallbackAddress
Uri

클라이언트 콜백 주소입니다.

적용 대상

ContextBindingElement(ProtectionLevel, ContextExchangeMechanism, Uri, Boolean)

지정된 보호 수준, 컨텍스트 교환 메커니즘, 클라이언트 콜백 주소 및 컨텍스트 관리 사용 여부를 지정하는 값을 사용하여 ContextBindingElement 클래스의 새 인스턴스를 초기화합니다.

public:
 ContextBindingElement(System::Net::Security::ProtectionLevel protectionLevel, System::ServiceModel::Channels::ContextExchangeMechanism contextExchangeMechanism, Uri ^ clientCallbackAddress, bool contextManagementEnabled);
public ContextBindingElement (System.Net.Security.ProtectionLevel protectionLevel, System.ServiceModel.Channels.ContextExchangeMechanism contextExchangeMechanism, Uri clientCallbackAddress, bool contextManagementEnabled);
new System.ServiceModel.Channels.ContextBindingElement : System.Net.Security.ProtectionLevel * System.ServiceModel.Channels.ContextExchangeMechanism * Uri * bool -> System.ServiceModel.Channels.ContextBindingElement
Public Sub New (protectionLevel As ProtectionLevel, contextExchangeMechanism As ContextExchangeMechanism, clientCallbackAddress As Uri, contextManagementEnabled As Boolean)

매개 변수

protectionLevel
ProtectionLevel

바인딩 요소의 보호 수준입니다.

contextExchangeMechanism
ContextExchangeMechanism

바인딩 요소의 컨텍스트를 교환하는 데 사용된 메커니즘입니다.

clientCallbackAddress
Uri

클라이언트 콜백 주소입니다.

contextManagementEnabled
Boolean

컨텍스트 관리를 사용하면 true이고, 그렇지 않으면 false입니다.

적용 대상