NetTcpRelayBindingBase Constructors

Definition

Overloads

NetTcpRelayBindingBase()

Initializes a new instance of the NetTcpRelayBindingBase class.

NetTcpRelayBindingBase(String)

Initializes a new instance of the NetTcpRelayBindingBase class, using the specified configuration name.

NetTcpRelayBindingBase(EndToEndSecurityMode, RelayClientAuthenticationType)

Initializes a new instance of the NetTcpRelayBindingBase class, using the specified security mode and relay authentication type.

NetTcpRelayBindingBase(TcpRelayTransportBindingElement, BinaryMessageEncodingBindingElement, NetTcpRelaySecurity)

Initializes a new instance of theNetTcpRelayBindingBase class, using the specified transport, encoding, and security.

NetTcpRelayBindingBase()

Initializes a new instance of the NetTcpRelayBindingBase class.

protected NetTcpRelayBindingBase ();
Protected Sub New ()

Applies to

NetTcpRelayBindingBase(String)

Initializes a new instance of the NetTcpRelayBindingBase class, using the specified configuration name.

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

Parameters

configurationName
String

The binding configuration name.

Applies to

NetTcpRelayBindingBase(EndToEndSecurityMode, RelayClientAuthenticationType)

Initializes a new instance of the NetTcpRelayBindingBase class, using the specified security mode and relay authentication type.

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)

Parameters

securityMode
EndToEndSecurityMode

The type of security used with the binding.

relayClientAuthenticationType
RelayClientAuthenticationType

The type of relay authentication used.

Applies to

NetTcpRelayBindingBase(TcpRelayTransportBindingElement, BinaryMessageEncodingBindingElement, NetTcpRelaySecurity)

Initializes a new instance of theNetTcpRelayBindingBase class, using the specified transport, encoding, and security.

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)

Parameters

transport
TcpRelayTransportBindingElement

The transport.

encoding
BinaryMessageEncodingBindingElement

The encoding.

security
NetTcpRelaySecurity

The security.

Applies to