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