Freigeben über


RelayedOnewayTransportBindingElement Konstruktoren

Definition

Überlädt

RelayedOnewayTransportBindingElement()

Initialisiert eine neue Instanz der RelayedOnewayTransportBindingElement-Klasse.

RelayedOnewayTransportBindingElement(RelayClientAuthenticationType)

Initialisiert eine neue instance der RelayedOnewayTransportBindingElement -Klasse unter Verwendung des angegebenen Authentifizierungstyps.

RelayedOnewayTransportBindingElement(RelayedOnewayTransportBindingElement)

Initialisiert eine neue instance der RelayedOnewayTransportBindingElement -Klasse unter Verwendung des angegebenen Elements.

RelayedOnewayTransportBindingElement(RelayClientAuthenticationType, RelayedOnewayConnectionMode)

Initialisiert eine neue instance der RelayedOnewayTransportBindingElement -Klasse unter Verwendung des angegebenen Authentifizierungstyps und des angegebenen Verbindungsmodus.

RelayedOnewayTransportBindingElement()

Initialisiert eine neue Instanz der RelayedOnewayTransportBindingElement-Klasse.

public RelayedOnewayTransportBindingElement ();
Public Sub New ()

Gilt für:

RelayedOnewayTransportBindingElement(RelayClientAuthenticationType)

Initialisiert eine neue instance der RelayedOnewayTransportBindingElement -Klasse unter Verwendung des angegebenen Authentifizierungstyps.

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

Parameter

relayClientAuthenticationType
RelayClientAuthenticationType

Der Relayclientauthentifizierungstyp. Dies kann entweder RelayAccessToken oder None sein.

Gilt für:

RelayedOnewayTransportBindingElement(RelayedOnewayTransportBindingElement)

Initialisiert eine neue instance der RelayedOnewayTransportBindingElement -Klasse unter Verwendung des angegebenen Elements.

public RelayedOnewayTransportBindingElement (Microsoft.ServiceBus.RelayedOnewayTransportBindingElement elementToClone);
new Microsoft.ServiceBus.RelayedOnewayTransportBindingElement : Microsoft.ServiceBus.RelayedOnewayTransportBindingElement -> Microsoft.ServiceBus.RelayedOnewayTransportBindingElement
Public Sub New (elementToClone As RelayedOnewayTransportBindingElement)

Parameter

elementToClone
RelayedOnewayTransportBindingElement

Das zu klonende Element.

Gilt für:

RelayedOnewayTransportBindingElement(RelayClientAuthenticationType, RelayedOnewayConnectionMode)

Initialisiert eine neue instance der RelayedOnewayTransportBindingElement -Klasse unter Verwendung des angegebenen Authentifizierungstyps und des angegebenen Verbindungsmodus.

public RelayedOnewayTransportBindingElement (Microsoft.ServiceBus.RelayClientAuthenticationType relayClientAuthenticationType, Microsoft.ServiceBus.RelayedOnewayConnectionMode connectionMode);
new Microsoft.ServiceBus.RelayedOnewayTransportBindingElement : Microsoft.ServiceBus.RelayClientAuthenticationType * Microsoft.ServiceBus.RelayedOnewayConnectionMode -> Microsoft.ServiceBus.RelayedOnewayTransportBindingElement
Public Sub New (relayClientAuthenticationType As RelayClientAuthenticationType, connectionMode As RelayedOnewayConnectionMode)

Parameter

relayClientAuthenticationType
RelayClientAuthenticationType

Der Relayclientauthentifizierungstyp. Dies kann entweder RelayAccessToken oder None sein.

connectionMode
RelayedOnewayConnectionMode

Dies ist der Verbindungsmodus. Dies kann entweder Unicast oder Multicast sein.

Gilt für: