HttpsRelayTransportBindingElement Constructors

Definition

Overloads

HttpsRelayTransportBindingElement()

Initializes a new instance of the HttpsRelayTransportBindingElement class, using the default settings.

HttpsRelayTransportBindingElement(HttpsRelayTransportBindingElement)

Initializes a new instance of the HttpsRelayTransportBindingElement class, using the specified element.

HttpsRelayTransportBindingElement(RelayClientAuthenticationType)

Initializes a new instance of the HttpsRelayTransportBindingElement class, using the specified type of client authentication.

HttpsRelayTransportBindingElement()

Initializes a new instance of the HttpsRelayTransportBindingElement class, using the default settings.

public HttpsRelayTransportBindingElement ();
Public Sub New ()

Applies to

HttpsRelayTransportBindingElement(HttpsRelayTransportBindingElement)

Initializes a new instance of the HttpsRelayTransportBindingElement class, using the specified element.

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

Parameters

elementToBeCloned
HttpsRelayTransportBindingElement

The element to be cloned.

Applies to

HttpsRelayTransportBindingElement(RelayClientAuthenticationType)

Initializes a new instance of the HttpsRelayTransportBindingElement class, using the specified type of client authentication.

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

Parameters

relayClientAuthenticationType
RelayClientAuthenticationType

The relay client authentication type.

Applies to