NetTcpRelayBindingElement Constructors

Definition

Overloads

NetTcpRelayBindingElement()

Initializes a new instance of the NetTcpRelayBindingElement class.

NetTcpRelayBindingElement(String)

Initializes a new instance of the NetTcpRelayBindingElement class with a specified configuration name.

NetTcpRelayBindingElement()

Initializes a new instance of the NetTcpRelayBindingElement class.

public NetTcpRelayBindingElement ();
Public Sub New ()

Applies to

NetTcpRelayBindingElement(String)

Initializes a new instance of the NetTcpRelayBindingElement class with a specified configuration name.

public NetTcpRelayBindingElement (string name);
new Microsoft.ServiceBus.Configuration.NetTcpRelayBindingElement : string -> Microsoft.ServiceBus.Configuration.NetTcpRelayBindingElement
Public Sub New (name As String)

Parameters

name
String

The binding configuration name.

Applies to