Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

客户端身份验证类型。

适用于