次の方法で共有


BasicHttpRelayBinding コンストラクター

定義

オーバーロード

BasicHttpRelayBinding()

BasicHttpRelayBinding クラスの新しいインスタンスを初期化します。

BasicHttpRelayBinding(String)

指定した構成を使用して、 クラスの BasicHttpRelayBinding 新しいインスタンスを初期化します。

BasicHttpRelayBinding(EndToEndBasicHttpSecurityMode, RelayClientAuthenticationType)

バインディングで使用されるセキュリティの BasicHttpRelayBinding 種類とクライアントで使用される認証の種類を指定して、 クラスの新しいインスタンスを初期化します。

BasicHttpRelayBinding()

BasicHttpRelayBinding クラスの新しいインスタンスを初期化します。

public BasicHttpRelayBinding ();
Public Sub New ()

適用対象

BasicHttpRelayBinding(String)

指定した構成を使用して、 クラスの BasicHttpRelayBinding 新しいインスタンスを初期化します。

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

パラメーター

configurationName
String

使用する構成。

適用対象

BasicHttpRelayBinding(EndToEndBasicHttpSecurityMode, RelayClientAuthenticationType)

バインディングで使用されるセキュリティの BasicHttpRelayBinding 種類とクライアントで使用される認証の種類を指定して、 クラスの新しいインスタンスを初期化します。

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

パラメーター

securityMode
EndToEndBasicHttpSecurityMode

SOAP メッセージとクライアントで使用されるセキュリティの種類。

relayClientAuthenticationType
RelayClientAuthenticationType

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

適用対象