WebHttpRelayBinding Constructors

Definition

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 ();

WebHttpRelayBinding(String)

Initializes a new instance of the WebHttpRelayBinding class using the specified configuration name.

public WebHttpRelayBinding (string configurationName);
Parameters
configurationName
String

The configuration to use.

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);
Parameters
securityMode
EndToEndWebHttpSecurityMode

The type of security used with the binding.

relayClientAuthenticationType
RelayClientAuthenticationType

The type of client authentication used on the relay.