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

TcpRelayTransportBindingElement 构造函数

定义

重载

TcpRelayTransportBindingElement()

初始化 TcpRelayTransportBindingElement 类的新实例。

TcpRelayTransportBindingElement(RelayClientAuthenticationType)

使用指定的中继客户端身份验证类型初始化 类的新实例 TcpRelayTransportBindingElement

TcpRelayTransportBindingElement(TcpRelayTransportBindingElement)

使用指定的中继绑定元素初始化 类的新实例 TcpRelayTransportBindingElement

TcpRelayTransportBindingElement()

初始化 TcpRelayTransportBindingElement 类的新实例。

public TcpRelayTransportBindingElement ();
Public Sub New ()

适用于

TcpRelayTransportBindingElement(RelayClientAuthenticationType)

使用指定的中继客户端身份验证类型初始化 类的新实例 TcpRelayTransportBindingElement

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

参数

relayClientAuthenticationType
RelayClientAuthenticationType

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

适用于

TcpRelayTransportBindingElement(TcpRelayTransportBindingElement)

使用指定的中继绑定元素初始化 类的新实例 TcpRelayTransportBindingElement

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

参数

elementToBeCloned
TcpRelayTransportBindingElement

要克隆的元素。

适用于