Partager via


RelayedOnewayTransportBindingElement Constructeurs

Définition

Surcharges

RelayedOnewayTransportBindingElement()

Initialise une nouvelle instance de la classe RelayedOnewayTransportBindingElement.

RelayedOnewayTransportBindingElement(RelayClientAuthenticationType)

Initialise une nouvelle instance de la classe, à l’aide RelayedOnewayTransportBindingElement du type d’authentification spécifié.

RelayedOnewayTransportBindingElement(RelayedOnewayTransportBindingElement)

Initialise une nouvelle instance de la classe à l’aide RelayedOnewayTransportBindingElement de l’élément spécifié.

RelayedOnewayTransportBindingElement(RelayClientAuthenticationType, RelayedOnewayConnectionMode)

Initialise une nouvelle instance de la classe, à l’aide RelayedOnewayTransportBindingElement du type d’authentification et du mode de connexion spécifiés.

RelayedOnewayTransportBindingElement()

Initialise une nouvelle instance de la classe RelayedOnewayTransportBindingElement.

public RelayedOnewayTransportBindingElement ();
Public Sub New ()

S’applique à

RelayedOnewayTransportBindingElement(RelayClientAuthenticationType)

Initialise une nouvelle instance de la classe, à l’aide RelayedOnewayTransportBindingElement du type d’authentification spécifié.

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

Paramètres

relayClientAuthenticationType
RelayClientAuthenticationType

Type d’authentification du client relais. Il peut s'agir de RelayAccessToken ou None.

S’applique à

RelayedOnewayTransportBindingElement(RelayedOnewayTransportBindingElement)

Initialise une nouvelle instance de la classe à l’aide RelayedOnewayTransportBindingElement de l’élément spécifié.

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

Paramètres

elementToClone
RelayedOnewayTransportBindingElement

Élément à cloner.

S’applique à

RelayedOnewayTransportBindingElement(RelayClientAuthenticationType, RelayedOnewayConnectionMode)

Initialise une nouvelle instance de la classe, à l’aide RelayedOnewayTransportBindingElement du type d’authentification et du mode de connexion spécifiés.

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)

Paramètres

relayClientAuthenticationType
RelayClientAuthenticationType

Type d’authentification du client relais. Il peut s'agir de RelayAccessToken ou None.

connectionMode
RelayedOnewayConnectionMode

Mode de connexion. Il peut s'agir de Unicast ou Multicast.

S’applique à