次の方法で共有


HttpsRelayTransportBindingElement コンストラクター

定義

オーバーロード

HttpsRelayTransportBindingElement()

既定の設定を使用して、 クラスの HttpsRelayTransportBindingElement 新しいインスタンスを初期化します。

HttpsRelayTransportBindingElement(HttpsRelayTransportBindingElement)

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

HttpsRelayTransportBindingElement(RelayClientAuthenticationType)

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

HttpsRelayTransportBindingElement()

既定の設定を使用して、 クラスの HttpsRelayTransportBindingElement 新しいインスタンスを初期化します。

public HttpsRelayTransportBindingElement ();
Public Sub New ()

適用対象

HttpsRelayTransportBindingElement(HttpsRelayTransportBindingElement)

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

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

パラメーター

elementToBeCloned
HttpsRelayTransportBindingElement

クローンする要素。

適用対象

HttpsRelayTransportBindingElement(RelayClientAuthenticationType)

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

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

パラメーター

relayClientAuthenticationType
RelayClientAuthenticationType

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

適用対象