TcpRelayTransportBindingElement 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
TcpRelayTransportBindingElement() |
Initializes a new instance of the TcpRelayTransportBindingElement class. |
TcpRelayTransportBindingElement(RelayClientAuthenticationType) |
Initializes a new instance of the TcpRelayTransportBindingElement class using the specified relay client authentication type. |
TcpRelayTransportBindingElement(TcpRelayTransportBindingElement) |
Initializes a new instance of the TcpRelayTransportBindingElement class using the specified relay binding element. |
TcpRelayTransportBindingElement()
Initializes a new instance of the TcpRelayTransportBindingElement class.
public TcpRelayTransportBindingElement ();
Public Sub New ()
Applies to
TcpRelayTransportBindingElement(RelayClientAuthenticationType)
Initializes a new instance of the TcpRelayTransportBindingElement class using the specified relay client authentication type.
public TcpRelayTransportBindingElement (Microsoft.ServiceBus.RelayClientAuthenticationType relayClientAuthenticationType);
new Microsoft.ServiceBus.TcpRelayTransportBindingElement : Microsoft.ServiceBus.RelayClientAuthenticationType -> Microsoft.ServiceBus.TcpRelayTransportBindingElement
Public Sub New (relayClientAuthenticationType As RelayClientAuthenticationType)
Parameters
- relayClientAuthenticationType
- RelayClientAuthenticationType
The relay client authentication type.
Applies to
TcpRelayTransportBindingElement(TcpRelayTransportBindingElement)
Initializes a new instance of the TcpRelayTransportBindingElement class using the specified relay binding element.
protected TcpRelayTransportBindingElement (Microsoft.ServiceBus.TcpRelayTransportBindingElement elementToBeCloned);
new Microsoft.ServiceBus.TcpRelayTransportBindingElement : Microsoft.ServiceBus.TcpRelayTransportBindingElement -> Microsoft.ServiceBus.TcpRelayTransportBindingElement
Protected Sub New (elementToBeCloned As TcpRelayTransportBindingElement)
Parameters
- elementToBeCloned
- TcpRelayTransportBindingElement
The element to be cloned.
Applies to
Azure SDK for .NET