Partager via


HttpRelayTransportBindingElement Constructeurs

Définition

Surcharges

HttpRelayTransportBindingElement()

Initialise une nouvelle instance de la classe HttpRelayTransportBindingElement.

HttpRelayTransportBindingElement(HttpRelayTransportBindingElement)

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

HttpRelayTransportBindingElement(RelayClientAuthenticationType)

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

HttpRelayTransportBindingElement()

Initialise une nouvelle instance de la classe HttpRelayTransportBindingElement.

public HttpRelayTransportBindingElement ();
Public Sub New ()

S’applique à

HttpRelayTransportBindingElement(HttpRelayTransportBindingElement)

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

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

Paramètres

elementToBeCloned
HttpRelayTransportBindingElement

L'élément à cloner.

S’applique à

HttpRelayTransportBindingElement(RelayClientAuthenticationType)

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

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

Paramètres

relayClientAuthenticationType
RelayClientAuthenticationType

Type d’authentification client.

S’applique à