次の方法で共有


TcpRelayTransportBindingElement コンストラクター

定義

オーバーロード

TcpRelayTransportBindingElement()

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

TcpRelayTransportBindingElement(RelayClientAuthenticationType)

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

TcpRelayTransportBindingElement(TcpRelayTransportBindingElement)

指定したリレー バインド要素を使用して、 TcpRelayTransportBindingElement クラスの新しいインスタンスを初期化します。

TcpRelayTransportBindingElement()

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

public TcpRelayTransportBindingElement ();
Public Sub New ()

適用対象

TcpRelayTransportBindingElement(RelayClientAuthenticationType)

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

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

パラメーター

relayClientAuthenticationType
RelayClientAuthenticationType

リレー クライアント認証の種類。

適用対象

TcpRelayTransportBindingElement(TcpRelayTransportBindingElement)

指定したリレー バインド要素を使用して、 TcpRelayTransportBindingElement クラスの新しいインスタンスを初期化します。

protected TcpRelayTransportBindingElement (Microsoft.ServiceBus.TcpRelayTransportBindingElement elementToBeCloned);
new Microsoft.ServiceBus.TcpRelayTransportBindingElement : Microsoft.ServiceBus.TcpRelayTransportBindingElement -> Microsoft.ServiceBus.TcpRelayTransportBindingElement
Protected Sub New (elementToBeCloned As TcpRelayTransportBindingElement)

パラメーター

elementToBeCloned
TcpRelayTransportBindingElement

クローンする要素。

適用対象