BasicHttpRelayBinding
Constructors
Definition
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 ();
BasicHttpRelayBinding(String)
Initializes a new instance of the BasicHttpRelayBinding class using the specified configuration.
public BasicHttpRelayBinding (string configurationName);
- configurationName
- String
The configuration to use.
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);
- 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.