WebHttpRelayBindingElement 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
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.