ContextBindingElement コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
。
適用対象
.NET