你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
HttpsRelayTransportBindingElement 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
中继客户端身份验证类型。