次の方法で共有


WebHttpRelayBinding コンストラクター

定義

オーバーロード

WebHttpRelayBinding()

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

WebHttpRelayBinding(String)

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

WebHttpRelayBinding(EndToEndWebHttpSecurityMode, RelayClientAuthenticationType)

指定した種類の WebHttpRelayBinding セキュリティとリレー クライアント認証を使用して、 クラスの新しいインスタンスを初期化します。

WebHttpRelayBinding()

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

public WebHttpRelayBinding ();
Public Sub New ()

適用対象

WebHttpRelayBinding(String)

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

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

パラメーター

configurationName
String

使用する構成。

適用対象

WebHttpRelayBinding(EndToEndWebHttpSecurityMode, RelayClientAuthenticationType)

指定した種類の WebHttpRelayBinding セキュリティとリレー クライアント認証を使用して、 クラスの新しいインスタンスを初期化します。

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

パラメーター

securityMode
EndToEndWebHttpSecurityMode

バインディングで使用されるセキュリティの種類。

relayClientAuthenticationType
RelayClientAuthenticationType

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

適用対象