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

NetTcpRelayBindingBase 构造函数

定义

重载

NetTcpRelayBindingBase()

初始化 NetTcpRelayBindingBase 类的新实例。

NetTcpRelayBindingBase(String)

使用指定的配置名称初始化 类的新实例 NetTcpRelayBindingBase

NetTcpRelayBindingBase(EndToEndSecurityMode, RelayClientAuthenticationType)

使用指定的安全模式和中继身份验证类型初始化 类的新实例 NetTcpRelayBindingBase

NetTcpRelayBindingBase(TcpRelayTransportBindingElement, BinaryMessageEncodingBindingElement, NetTcpRelaySecurity)

使用指定的传输、编码和安全性初始化 类的新实例NetTcpRelayBindingBase

NetTcpRelayBindingBase()

初始化 NetTcpRelayBindingBase 类的新实例。

protected NetTcpRelayBindingBase ();
Protected Sub New ()

适用于

NetTcpRelayBindingBase(String)

使用指定的配置名称初始化 类的新实例 NetTcpRelayBindingBase

protected NetTcpRelayBindingBase (string configurationName);
new Microsoft.ServiceBus.NetTcpRelayBindingBase : string -> Microsoft.ServiceBus.NetTcpRelayBindingBase
Protected Sub New (configurationName As String)

参数

configurationName
String

绑定配置名称。

适用于

NetTcpRelayBindingBase(EndToEndSecurityMode, RelayClientAuthenticationType)

使用指定的安全模式和中继身份验证类型初始化 类的新实例 NetTcpRelayBindingBase

protected NetTcpRelayBindingBase (Microsoft.ServiceBus.EndToEndSecurityMode securityMode, Microsoft.ServiceBus.RelayClientAuthenticationType relayClientAuthenticationType);
new Microsoft.ServiceBus.NetTcpRelayBindingBase : Microsoft.ServiceBus.EndToEndSecurityMode * Microsoft.ServiceBus.RelayClientAuthenticationType -> Microsoft.ServiceBus.NetTcpRelayBindingBase
Protected Sub New (securityMode As EndToEndSecurityMode, relayClientAuthenticationType As RelayClientAuthenticationType)

参数

securityMode
EndToEndSecurityMode

与此绑定一起使用的安全类型。

relayClientAuthenticationType
RelayClientAuthenticationType

使用的中继身份验证类型。

适用于

NetTcpRelayBindingBase(TcpRelayTransportBindingElement, BinaryMessageEncodingBindingElement, NetTcpRelaySecurity)

使用指定的传输、编码和安全性初始化 类的新实例NetTcpRelayBindingBase

protected NetTcpRelayBindingBase (Microsoft.ServiceBus.TcpRelayTransportBindingElement transport, System.ServiceModel.Channels.BinaryMessageEncodingBindingElement encoding, Microsoft.ServiceBus.NetTcpRelaySecurity security);
new Microsoft.ServiceBus.NetTcpRelayBindingBase : Microsoft.ServiceBus.TcpRelayTransportBindingElement * System.ServiceModel.Channels.BinaryMessageEncodingBindingElement * Microsoft.ServiceBus.NetTcpRelaySecurity -> Microsoft.ServiceBus.NetTcpRelayBindingBase
Protected Sub New (transport As TcpRelayTransportBindingElement, encoding As BinaryMessageEncodingBindingElement, security As NetTcpRelaySecurity)

参数

transport
TcpRelayTransportBindingElement

传输。

security
NetTcpRelaySecurity

安全性。

适用于