TcpRelayTransportBindingElement コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
クローンする要素。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET