HttpRelayTransportBindingElement Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
HttpRelayTransportBindingElement() |
Inicializa uma nova instância da classe HttpRelayTransportBindingElement. |
HttpRelayTransportBindingElement(HttpRelayTransportBindingElement) |
Inicializa uma nova instância da HttpRelayTransportBindingElement classe usando o elemento especificado a ser clonado. |
HttpRelayTransportBindingElement(RelayClientAuthenticationType) |
Inicializa uma nova instância da HttpRelayTransportBindingElement classe usando o tipo de autenticação de cliente especificado. |
HttpRelayTransportBindingElement()
Inicializa uma nova instância da classe HttpRelayTransportBindingElement.
public HttpRelayTransportBindingElement ();
Public Sub New ()
Aplica-se a
HttpRelayTransportBindingElement(HttpRelayTransportBindingElement)
Inicializa uma nova instância da HttpRelayTransportBindingElement classe usando o elemento especificado a ser clonado.
protected HttpRelayTransportBindingElement (Microsoft.ServiceBus.HttpRelayTransportBindingElement elementToBeCloned);
new Microsoft.ServiceBus.HttpRelayTransportBindingElement : Microsoft.ServiceBus.HttpRelayTransportBindingElement -> Microsoft.ServiceBus.HttpRelayTransportBindingElement
Protected Sub New (elementToBeCloned As HttpRelayTransportBindingElement)
Parâmetros
- elementToBeCloned
- HttpRelayTransportBindingElement
O elemento a ser clonado.
Aplica-se a
HttpRelayTransportBindingElement(RelayClientAuthenticationType)
Inicializa uma nova instância da HttpRelayTransportBindingElement classe usando o tipo de autenticação de cliente especificado.
public HttpRelayTransportBindingElement (Microsoft.ServiceBus.RelayClientAuthenticationType relayClientAuthenticationType);
new Microsoft.ServiceBus.HttpRelayTransportBindingElement : Microsoft.ServiceBus.RelayClientAuthenticationType -> Microsoft.ServiceBus.HttpRelayTransportBindingElement
Public Sub New (relayClientAuthenticationType As RelayClientAuthenticationType)
Parâmetros
- relayClientAuthenticationType
- RelayClientAuthenticationType
O tipo de autenticação do cliente.
Aplica-se a
Azure SDK for .NET