NetTcpRelayBindingElement 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
NetTcpRelayBindingElement() |
Initializes a new instance of the NetTcpRelayBindingElement class. |
NetTcpRelayBindingElement(String) |
Initializes a new instance of the NetTcpRelayBindingElement class with a specified configuration name. |
NetTcpRelayBindingElement()
Initializes a new instance of the NetTcpRelayBindingElement class.
public NetTcpRelayBindingElement();
Public Sub New ()
Applies to
NetTcpRelayBindingElement(String)
Initializes a new instance of the NetTcpRelayBindingElement class with a specified configuration name.
public NetTcpRelayBindingElement(string name);
new Microsoft.ServiceBus.Configuration.NetTcpRelayBindingElement : string -> Microsoft.ServiceBus.Configuration.NetTcpRelayBindingElement
Public Sub New (name As String)
Parameters
- name
- String
The binding configuration name.
Applies to
Azure SDK for .NET