Partilhar via


RelayedOnewayTransportBindingElement Construtores

Definição

Sobrecargas

RelayedOnewayTransportBindingElement()

Inicializa uma nova instância da classe RelayedOnewayTransportBindingElement.

RelayedOnewayTransportBindingElement(RelayClientAuthenticationType)

Inicializa uma nova instância da RelayedOnewayTransportBindingElement classe usando o tipo de autenticação especificado.

RelayedOnewayTransportBindingElement(RelayedOnewayTransportBindingElement)

Inicializa uma nova instância da RelayedOnewayTransportBindingElement classe usando o elemento especificado.

RelayedOnewayTransportBindingElement(RelayClientAuthenticationType, RelayedOnewayConnectionMode)

Inicializa uma nova instância da RelayedOnewayTransportBindingElement classe usando o tipo de autenticação e o modo de conexão especificados.

RelayedOnewayTransportBindingElement()

Inicializa uma nova instância da classe RelayedOnewayTransportBindingElement.

public RelayedOnewayTransportBindingElement ();
Public Sub New ()

Aplica-se a

RelayedOnewayTransportBindingElement(RelayClientAuthenticationType)

Inicializa uma nova instância da RelayedOnewayTransportBindingElement classe usando o tipo de autenticação especificado.

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

Parâmetros

relayClientAuthenticationType
RelayClientAuthenticationType

O tipo de autenticação do cliente de retransmissão. Isso pode ser RelayAccessToken ou None.

Aplica-se a

RelayedOnewayTransportBindingElement(RelayedOnewayTransportBindingElement)

Inicializa uma nova instância da RelayedOnewayTransportBindingElement classe usando o elemento especificado.

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

Parâmetros

elementToClone
RelayedOnewayTransportBindingElement

O elemento a ser clonado.

Aplica-se a

RelayedOnewayTransportBindingElement(RelayClientAuthenticationType, RelayedOnewayConnectionMode)

Inicializa uma nova instância da RelayedOnewayTransportBindingElement classe usando o tipo de autenticação e o modo de conexão especificados.

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)

Parâmetros

relayClientAuthenticationType
RelayClientAuthenticationType

O tipo de autenticação do cliente de retransmissão. Isso pode ser RelayAccessToken ou None.

connectionMode
RelayedOnewayConnectionMode

O modo de conexão. Isso pode ser Unicast ou Multicast.

Aplica-se a