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 ()

注釈

SignProtectionLevel の既定値、および ContextSoapHeaderContextExchangeMechanism の既定値を設定します。

適用対象

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 が有効ではありません。

注釈

ContextSoapHeaderContextExchangeMechanism の既定値を設定します。

適用対象

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

適用対象