WebHttpRelayBinding 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
WebHttpRelayBinding() |
Initializes a new instance of the WebHttpRelayBinding class. |
WebHttpRelayBinding(String) |
Initializes a new instance of the WebHttpRelayBinding class using the specified configuration name. |
WebHttpRelayBinding(EndToEndWebHttpSecurityMode, RelayClientAuthenticationType) |
Initializes a new instance of the WebHttpRelayBinding class using the specified type of security and relay client authentication. |
WebHttpRelayBinding()
Initializes a new instance of the WebHttpRelayBinding class.
public WebHttpRelayBinding ();
Public Sub New ()
Applies to
WebHttpRelayBinding(String)
Initializes a new instance of the WebHttpRelayBinding class using the specified configuration name.
public WebHttpRelayBinding (string configurationName);
new Microsoft.ServiceBus.WebHttpRelayBinding : string -> Microsoft.ServiceBus.WebHttpRelayBinding
Public Sub New (configurationName As String)
Parameters
- configurationName
- String
The configuration to use.
Applies to
WebHttpRelayBinding(EndToEndWebHttpSecurityMode, RelayClientAuthenticationType)
Initializes a new instance of the WebHttpRelayBinding class using the specified type of security and relay client authentication.
public WebHttpRelayBinding (Microsoft.ServiceBus.EndToEndWebHttpSecurityMode securityMode, Microsoft.ServiceBus.RelayClientAuthenticationType relayClientAuthenticationType);
new Microsoft.ServiceBus.WebHttpRelayBinding : Microsoft.ServiceBus.EndToEndWebHttpSecurityMode * Microsoft.ServiceBus.RelayClientAuthenticationType -> Microsoft.ServiceBus.WebHttpRelayBinding
Public Sub New (securityMode As EndToEndWebHttpSecurityMode, relayClientAuthenticationType As RelayClientAuthenticationType)
Parameters
- securityMode
- EndToEndWebHttpSecurityMode
The type of security used with the binding.
- relayClientAuthenticationType
- RelayClientAuthenticationType
The type of client authentication used on the relay.
Applies to
Azure SDK for .NET