HttpRelayTransportBindingElement コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
HttpRelayTransportBindingElement() |
HttpRelayTransportBindingElement クラスの新しいインスタンスを初期化します。 |
HttpRelayTransportBindingElement(HttpRelayTransportBindingElement) |
複製する指定した要素を HttpRelayTransportBindingElement 使用して、 クラスの新しいインスタンスを初期化します。 |
HttpRelayTransportBindingElement(RelayClientAuthenticationType) |
指定したクライアント認証の種類を使用して、 HttpRelayTransportBindingElement クラスの新しいインスタンスを初期化します。 |
HttpRelayTransportBindingElement()
HttpRelayTransportBindingElement クラスの新しいインスタンスを初期化します。
public HttpRelayTransportBindingElement ();
Public Sub New ()
適用対象
HttpRelayTransportBindingElement(HttpRelayTransportBindingElement)
複製する指定した要素を HttpRelayTransportBindingElement 使用して、 クラスの新しいインスタンスを初期化します。
protected HttpRelayTransportBindingElement (Microsoft.ServiceBus.HttpRelayTransportBindingElement elementToBeCloned);
new Microsoft.ServiceBus.HttpRelayTransportBindingElement : Microsoft.ServiceBus.HttpRelayTransportBindingElement -> Microsoft.ServiceBus.HttpRelayTransportBindingElement
Protected Sub New (elementToBeCloned As HttpRelayTransportBindingElement)
パラメーター
- elementToBeCloned
- HttpRelayTransportBindingElement
クローンする要素。
適用対象
HttpRelayTransportBindingElement(RelayClientAuthenticationType)
指定したクライアント認証の種類を使用して、 HttpRelayTransportBindingElement クラスの新しいインスタンスを初期化します。
public HttpRelayTransportBindingElement (Microsoft.ServiceBus.RelayClientAuthenticationType relayClientAuthenticationType);
new Microsoft.ServiceBus.HttpRelayTransportBindingElement : Microsoft.ServiceBus.RelayClientAuthenticationType -> Microsoft.ServiceBus.HttpRelayTransportBindingElement
Public Sub New (relayClientAuthenticationType As RelayClientAuthenticationType)
パラメーター
- relayClientAuthenticationType
- RelayClientAuthenticationType
クライアント認証の種類。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET