Share via


BasicHttpRelayBindingElement Constructors

Definition

Overloads

BasicHttpRelayBindingElement()

Initializes a new instance of the BasicHttpRelayBindingElement class.

BasicHttpRelayBindingElement(String)

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

BasicHttpRelayBindingElement()

Initializes a new instance of the BasicHttpRelayBindingElement class.

public BasicHttpRelayBindingElement ();
Public Sub New ()

Applies to

BasicHttpRelayBindingElement(String)

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

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

Parameters

name
String

The name of the binding element.

Applies to