WS2007HttpRelayBindingElement Constructors

Definition

Overloads

WS2007HttpRelayBindingElement()

Initializes a new instance of the WS2007HttpRelayBindingElement class.

WS2007HttpRelayBindingElement(String)

Initializes a new instance of the WS2007HttpRelayBindingElement using the specified name.

WS2007HttpRelayBindingElement()

Initializes a new instance of the WS2007HttpRelayBindingElement class.

public WS2007HttpRelayBindingElement ();
Public Sub New ()

Applies to

WS2007HttpRelayBindingElement(String)

Initializes a new instance of the WS2007HttpRelayBindingElement using the specified name.

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

Parameters

name
String

The name of the binding. This value should be unique because it is used as identification for the binding.

Applies to