Freigeben über


TcpRelayTransportBindingElement Konstruktoren

Definition

Überlädt

TcpRelayTransportBindingElement()

Initialisiert eine neue Instanz der TcpRelayTransportBindingElement-Klasse.

TcpRelayTransportBindingElement(RelayClientAuthenticationType)

Initialisiert einen neuen instance der TcpRelayTransportBindingElement -Klasse unter Verwendung des angegebenen Relayclientauthentifizierungstyps.

TcpRelayTransportBindingElement(TcpRelayTransportBindingElement)

Initialisiert eine neue instance der TcpRelayTransportBindingElement -Klasse mithilfe des angegebenen Relaybindungselements.

TcpRelayTransportBindingElement()

Initialisiert eine neue Instanz der TcpRelayTransportBindingElement-Klasse.

public TcpRelayTransportBindingElement ();
Public Sub New ()

Gilt für:

TcpRelayTransportBindingElement(RelayClientAuthenticationType)

Initialisiert einen neuen instance der TcpRelayTransportBindingElement -Klasse unter Verwendung des angegebenen Relayclientauthentifizierungstyps.

public TcpRelayTransportBindingElement (Microsoft.ServiceBus.RelayClientAuthenticationType relayClientAuthenticationType);
new Microsoft.ServiceBus.TcpRelayTransportBindingElement : Microsoft.ServiceBus.RelayClientAuthenticationType -> Microsoft.ServiceBus.TcpRelayTransportBindingElement
Public Sub New (relayClientAuthenticationType As RelayClientAuthenticationType)

Parameter

relayClientAuthenticationType
RelayClientAuthenticationType

Der Relayclientauthentifizierungstyp.

Gilt für:

TcpRelayTransportBindingElement(TcpRelayTransportBindingElement)

Initialisiert eine neue instance der TcpRelayTransportBindingElement -Klasse mithilfe des angegebenen Relaybindungselements.

protected TcpRelayTransportBindingElement (Microsoft.ServiceBus.TcpRelayTransportBindingElement elementToBeCloned);
new Microsoft.ServiceBus.TcpRelayTransportBindingElement : Microsoft.ServiceBus.TcpRelayTransportBindingElement -> Microsoft.ServiceBus.TcpRelayTransportBindingElement
Protected Sub New (elementToBeCloned As TcpRelayTransportBindingElement)

Parameter

elementToBeCloned
TcpRelayTransportBindingElement

Das zu klonende Element.

Gilt für: