HttpsRelayTransportBindingElement Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.