WSHttpRelayBindingBaseElement Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.