RelayedOnewayTransportBindingElement コンストラクター

定義

オーバーロード

RelayedOnewayTransportBindingElement()

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

RelayedOnewayTransportBindingElement(RelayClientAuthenticationType)

指定した認証の種類を RelayedOnewayTransportBindingElement 使用して、 クラスの新しいインスタンスを初期化します。

RelayedOnewayTransportBindingElement(RelayedOnewayTransportBindingElement)

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

RelayedOnewayTransportBindingElement(RelayClientAuthenticationType, RelayedOnewayConnectionMode)

指定した認証の種類と接続モードを RelayedOnewayTransportBindingElement 使用して、 クラスの新しいインスタンスを初期化します。

RelayedOnewayTransportBindingElement()

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

public RelayedOnewayTransportBindingElement ();
Public Sub New ()

適用対象

RelayedOnewayTransportBindingElement(RelayClientAuthenticationType)

指定した認証の種類を RelayedOnewayTransportBindingElement 使用して、 クラスの新しいインスタンスを初期化します。

public RelayedOnewayTransportBindingElement (Microsoft.ServiceBus.RelayClientAuthenticationType relayClientAuthenticationType);
new Microsoft.ServiceBus.RelayedOnewayTransportBindingElement : Microsoft.ServiceBus.RelayClientAuthenticationType -> Microsoft.ServiceBus.RelayedOnewayTransportBindingElement
Public Sub New (relayClientAuthenticationType As RelayClientAuthenticationType)

パラメーター

relayClientAuthenticationType
RelayClientAuthenticationType

リレー クライアント認証の種類。 RelayAccessToken または None を指定できます。

適用対象

RelayedOnewayTransportBindingElement(RelayedOnewayTransportBindingElement)

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

public RelayedOnewayTransportBindingElement (Microsoft.ServiceBus.RelayedOnewayTransportBindingElement elementToClone);
new Microsoft.ServiceBus.RelayedOnewayTransportBindingElement : Microsoft.ServiceBus.RelayedOnewayTransportBindingElement -> Microsoft.ServiceBus.RelayedOnewayTransportBindingElement
Public Sub New (elementToClone As RelayedOnewayTransportBindingElement)

パラメーター

elementToClone
RelayedOnewayTransportBindingElement

複製する要素。

適用対象

RelayedOnewayTransportBindingElement(RelayClientAuthenticationType, RelayedOnewayConnectionMode)

指定した認証の種類と接続モードを RelayedOnewayTransportBindingElement 使用して、 クラスの新しいインスタンスを初期化します。

public RelayedOnewayTransportBindingElement (Microsoft.ServiceBus.RelayClientAuthenticationType relayClientAuthenticationType, Microsoft.ServiceBus.RelayedOnewayConnectionMode connectionMode);
new Microsoft.ServiceBus.RelayedOnewayTransportBindingElement : Microsoft.ServiceBus.RelayClientAuthenticationType * Microsoft.ServiceBus.RelayedOnewayConnectionMode -> Microsoft.ServiceBus.RelayedOnewayTransportBindingElement
Public Sub New (relayClientAuthenticationType As RelayClientAuthenticationType, connectionMode As RelayedOnewayConnectionMode)

パラメーター

relayClientAuthenticationType
RelayClientAuthenticationType

リレー クライアント認証の種類。 RelayAccessToken または None を指定できます。

connectionMode
RelayedOnewayConnectionMode

接続モード。 Unicast または Multicast を指定できます。

適用対象