WS2007HttpRelayBindingElement 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
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
Azure SDK for .NET