Share via


WebHttpRelayBindingElement Constructors

Definition

Overloads

WebHttpRelayBindingElement()

Initializes a new instance of the WebHttpRelayBindingElement class.

WebHttpRelayBindingElement(String)

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

WebHttpRelayBindingElement()

Initializes a new instance of the WebHttpRelayBindingElement class.

public WebHttpRelayBindingElement ();
Public Sub New ()

Applies to

WebHttpRelayBindingElement(String)

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

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

Parameters

name
String

The name of the new binding element.

Applies to