NetOnewayRelayBindingElement Constructors

Definition

Overloads

NetOnewayRelayBindingElement()

Initializes a new instance of the NetOnewayRelayBindingElement class.

NetOnewayRelayBindingElement(String)

Initializes a new instance of the NetOnewayRelayBindingElement class using the specified name.

NetOnewayRelayBindingElement()

Initializes a new instance of the NetOnewayRelayBindingElement class.

public NetOnewayRelayBindingElement ();
Public Sub New ()

Applies to

NetOnewayRelayBindingElement(String)

Initializes a new instance of the NetOnewayRelayBindingElement class using the specified name.

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

Parameters

name
String

A name that uniquely identifies this configuration element.

Applies to