RelayedOnewayTransportBindingElement Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
S’applique à
Azure SDK for .NET