NetOnewayRelayBindingElement 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
NetOnewayRelayBindingElement() |
Initializes a new instance of the NetOnewayRelayBindingElement class. |
NetOnewayRelayBindingElement(String) |
Initializes a new instance of the NetOnewayRelayBindingElement class using the specified name. |
NetOnewayRelayBindingElement()
Initializes a new instance of the NetOnewayRelayBindingElement class.
public NetOnewayRelayBindingElement ();
Public Sub New ()
Applies to
NetOnewayRelayBindingElement(String)
Initializes a new instance of the NetOnewayRelayBindingElement class using the specified name.
public NetOnewayRelayBindingElement (string name);
new Microsoft.ServiceBus.Configuration.NetOnewayRelayBindingElement : string -> Microsoft.ServiceBus.Configuration.NetOnewayRelayBindingElement
Public Sub New (name As String)
Parameters
- name
- String
A name that uniquely identifies this configuration element.
Applies to
Azure SDK for .NET