HttpRelayTransportBindingElement 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
HttpRelayTransportBindingElement() |
Initializes a new instance of the HttpRelayTransportBindingElement class. |
HttpRelayTransportBindingElement(HttpRelayTransportBindingElement) |
Initializes a new instance of the HttpRelayTransportBindingElement class, using the specified element to be cloned. |
HttpRelayTransportBindingElement(RelayClientAuthenticationType) |
Initializes a new instance of the HttpRelayTransportBindingElement class using the specified client authentication type. |
HttpRelayTransportBindingElement()
Initializes a new instance of the HttpRelayTransportBindingElement class.
public HttpRelayTransportBindingElement ();
Public Sub New ()
Applies to
HttpRelayTransportBindingElement(HttpRelayTransportBindingElement)
Initializes a new instance of the HttpRelayTransportBindingElement class, using the specified element to be cloned.
protected HttpRelayTransportBindingElement (Microsoft.ServiceBus.HttpRelayTransportBindingElement elementToBeCloned);
new Microsoft.ServiceBus.HttpRelayTransportBindingElement : Microsoft.ServiceBus.HttpRelayTransportBindingElement -> Microsoft.ServiceBus.HttpRelayTransportBindingElement
Protected Sub New (elementToBeCloned As HttpRelayTransportBindingElement)
Parameters
- elementToBeCloned
- HttpRelayTransportBindingElement
The element to be cloned.
Applies to
HttpRelayTransportBindingElement(RelayClientAuthenticationType)
Initializes a new instance of the HttpRelayTransportBindingElement class using the specified client authentication type.
public HttpRelayTransportBindingElement (Microsoft.ServiceBus.RelayClientAuthenticationType relayClientAuthenticationType);
new Microsoft.ServiceBus.HttpRelayTransportBindingElement : Microsoft.ServiceBus.RelayClientAuthenticationType -> Microsoft.ServiceBus.HttpRelayTransportBindingElement
Public Sub New (relayClientAuthenticationType As RelayClientAuthenticationType)
Parameters
- relayClientAuthenticationType
- RelayClientAuthenticationType
The client authentication type.
Applies to
Azure SDK for .NET