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