RelayedOnewayTransportBindingElement 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
RelayedOnewayTransportBindingElement() |
Initializes a new instance of the RelayedOnewayTransportBindingElement class. |
RelayedOnewayTransportBindingElement(RelayClientAuthenticationType) |
Initializes a new instance of the RelayedOnewayTransportBindingElement class, using the specified authentication type. |
RelayedOnewayTransportBindingElement(RelayedOnewayTransportBindingElement) |
Initializes a new instance of the RelayedOnewayTransportBindingElement class, using the specified element. |
RelayedOnewayTransportBindingElement(RelayClientAuthenticationType, RelayedOnewayConnectionMode) |
Initializes a new instance of the RelayedOnewayTransportBindingElement class, using the specified authentication type and connection mode. |
RelayedOnewayTransportBindingElement()
Initializes a new instance of the RelayedOnewayTransportBindingElement class.
public RelayedOnewayTransportBindingElement ();
Public Sub New ()
Applies to
RelayedOnewayTransportBindingElement(RelayClientAuthenticationType)
Initializes a new instance of the RelayedOnewayTransportBindingElement class, using the specified authentication type.
public RelayedOnewayTransportBindingElement (Microsoft.ServiceBus.RelayClientAuthenticationType relayClientAuthenticationType);
new Microsoft.ServiceBus.RelayedOnewayTransportBindingElement : Microsoft.ServiceBus.RelayClientAuthenticationType -> Microsoft.ServiceBus.RelayedOnewayTransportBindingElement
Public Sub New (relayClientAuthenticationType As RelayClientAuthenticationType)
Parameters
- relayClientAuthenticationType
- RelayClientAuthenticationType
The relay client authentication type. This can be either RelayAccessToken or None.
Applies to
RelayedOnewayTransportBindingElement(RelayedOnewayTransportBindingElement)
Initializes a new instance of the RelayedOnewayTransportBindingElement class, using the specified element.
public RelayedOnewayTransportBindingElement (Microsoft.ServiceBus.RelayedOnewayTransportBindingElement elementToClone);
new Microsoft.ServiceBus.RelayedOnewayTransportBindingElement : Microsoft.ServiceBus.RelayedOnewayTransportBindingElement -> Microsoft.ServiceBus.RelayedOnewayTransportBindingElement
Public Sub New (elementToClone As RelayedOnewayTransportBindingElement)
Parameters
- elementToClone
- RelayedOnewayTransportBindingElement
The element to clone.
Applies to
RelayedOnewayTransportBindingElement(RelayClientAuthenticationType, RelayedOnewayConnectionMode)
Initializes a new instance of the RelayedOnewayTransportBindingElement class, using the specified authentication type and connection mode.
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)
Parameters
- relayClientAuthenticationType
- RelayClientAuthenticationType
The relay client authentication type. This can be either RelayAccessToken or None.
- connectionMode
- RelayedOnewayConnectionMode
The connection mode. This can be either Unicast or Multicast.
Applies to
Azure SDK for .NET