Share via


HttpRelayTransportBindingElement コンストラクター

定義

オーバーロード

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

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

適用対象