次の方法で共有


WS2007HttpRelayBinding コンストラクター

定義

オーバーロード

WS2007HttpRelayBinding()

バインドで使用されるセキュリティの種類を指定して、WS2007HttpRelayBinding クラスの新しいインスタンスを初期化します。

WS2007HttpRelayBinding(String)

構成名で指定されたバインディングを使用して、WS2007HttpRelayBinding クラスの新しいインスタンスを初期化します。

WS2007HttpRelayBinding(EndToEndSecurityMode, RelayClientAuthenticationType)

指定した種類のセキュリティを使用して WS2007HttpRelayBinding クラスの新しいインスタンスを初期化し、バインディングによって使用されるリレー クライアント認証を実行します。

WS2007HttpRelayBinding(EndToEndSecurityMode, RelayClientAuthenticationType, Boolean)

バインディングによって使用されるセキュリティの WS2007HttpRelayBinding 指定された種類、クライアント リレーに対して指定された認証、および信頼できるセッションが有効かどうかを示す値を使用して、 クラスの新しいインスタンスを初期化します。

WS2007HttpRelayBinding()

バインドで使用されるセキュリティの種類を指定して、WS2007HttpRelayBinding クラスの新しいインスタンスを初期化します。

public WS2007HttpRelayBinding ();
Public Sub New ()

適用対象

WS2007HttpRelayBinding(String)

構成名で指定されたバインディングを使用して、WS2007HttpRelayBinding クラスの新しいインスタンスを初期化します。

public WS2007HttpRelayBinding (string configName);
new Microsoft.ServiceBus.WS2007HttpRelayBinding : string -> Microsoft.ServiceBus.WS2007HttpRelayBinding
Public Sub New (configName As String)

パラメーター

configName
String

のバインド構成名 WS2007HttpRelayBindingElement

適用対象

WS2007HttpRelayBinding(EndToEndSecurityMode, RelayClientAuthenticationType)

指定した種類のセキュリティを使用して WS2007HttpRelayBinding クラスの新しいインスタンスを初期化し、バインディングによって使用されるリレー クライアント認証を実行します。

public WS2007HttpRelayBinding (Microsoft.ServiceBus.EndToEndSecurityMode securityMode, Microsoft.ServiceBus.RelayClientAuthenticationType relayClientAuthenticationType);
new Microsoft.ServiceBus.WS2007HttpRelayBinding : Microsoft.ServiceBus.EndToEndSecurityMode * Microsoft.ServiceBus.RelayClientAuthenticationType -> Microsoft.ServiceBus.WS2007HttpRelayBinding
Public Sub New (securityMode As EndToEndSecurityMode, relayClientAuthenticationType As RelayClientAuthenticationType)

パラメーター

securityMode
EndToEndSecurityMode

SOAP メッセージおよびクライアントで使用されるセキュリティの種類を指定するセキュリティ モード。

relayClientAuthenticationType
RelayClientAuthenticationType

クライアントで使用される認証の種類。

適用対象

WS2007HttpRelayBinding(EndToEndSecurityMode, RelayClientAuthenticationType, Boolean)

バインディングによって使用されるセキュリティの WS2007HttpRelayBinding 指定された種類、クライアント リレーに対して指定された認証、および信頼できるセッションが有効かどうかを示す値を使用して、 クラスの新しいインスタンスを初期化します。

public WS2007HttpRelayBinding (Microsoft.ServiceBus.EndToEndSecurityMode securityMode, Microsoft.ServiceBus.RelayClientAuthenticationType relayClientAuthenticationType, bool reliableSessionEnabled);
new Microsoft.ServiceBus.WS2007HttpRelayBinding : Microsoft.ServiceBus.EndToEndSecurityMode * Microsoft.ServiceBus.RelayClientAuthenticationType * bool -> Microsoft.ServiceBus.WS2007HttpRelayBinding
Public Sub New (securityMode As EndToEndSecurityMode, relayClientAuthenticationType As RelayClientAuthenticationType, reliableSessionEnabled As Boolean)

パラメーター

securityMode
EndToEndSecurityMode

SOAP メッセージおよびクライアントで使用されるセキュリティの種類を指定します。

relayClientAuthenticationType
RelayClientAuthenticationType

クライアントで使用される認証の種類。

reliableSessionEnabled
Boolean

信頼できるセッションが有効であれば true、それ以外の場合は false。

適用対象