WSHttpRelayBindingBaseElement Constructors

Definition

Overloads

WSHttpRelayBindingBaseElement()

Initializes a new instance of the WSHttpRelayBindingBaseElement class.

WSHttpRelayBindingBaseElement(String)

Initializes a new instance of the WSHttpRelayBindingBaseElement class with the specified name.

WSHttpRelayBindingBaseElement()

Initializes a new instance of the WSHttpRelayBindingBaseElement class.

protected WSHttpRelayBindingBaseElement ();
Protected Sub New ()

Applies to

WSHttpRelayBindingBaseElement(String)

Initializes a new instance of the WSHttpRelayBindingBaseElement class with the specified name.

protected WSHttpRelayBindingBaseElement (string name);
new Microsoft.ServiceBus.Configuration.WSHttpRelayBindingBaseElement : string -> Microsoft.ServiceBus.Configuration.WSHttpRelayBindingBaseElement
Protected Sub New (name As String)

Parameters

name
String

A name that uniquely identifies this configuration element.

Applies to