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

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

中继客户端身份验证类型。

适用于