Share via


WS2007HttpRelayBinding Constructors

Definition

Overloads

WS2007HttpRelayBinding()

Initializes a new instance of the WS2007HttpRelayBinding class with a specified type of security used by the binding.

WS2007HttpRelayBinding(String)

Initializes a new instance of the WS2007HttpRelayBinding class with a binding specified by its configuration name.

WS2007HttpRelayBinding(EndToEndSecurityMode, RelayClientAuthenticationType)

Initializes a new instance of the WS2007HttpRelayBinding class with a specified type of security and relay client authentication used by the binding.

WS2007HttpRelayBinding(EndToEndSecurityMode, RelayClientAuthenticationType, Boolean)

Initializes a new instance of the WS2007HttpRelayBinding class with a specified type of security used by the binding, the specified authentication for the client relay, and a value that indicates whether a reliable session is enabled.

WS2007HttpRelayBinding()

Initializes a new instance of the WS2007HttpRelayBinding class with a specified type of security used by the binding.

public WS2007HttpRelayBinding ();
Public Sub New ()

Applies to

WS2007HttpRelayBinding(String)

Initializes a new instance of the WS2007HttpRelayBinding class with a binding specified by its configuration name.

public WS2007HttpRelayBinding (string configName);
new Microsoft.ServiceBus.WS2007HttpRelayBinding : string -> Microsoft.ServiceBus.WS2007HttpRelayBinding
Public Sub New (configName As String)

Parameters

configName
String

The binding configuration name for the WS2007HttpRelayBindingElement

Applies to

WS2007HttpRelayBinding(EndToEndSecurityMode, RelayClientAuthenticationType)

Initializes a new instance of the WS2007HttpRelayBinding class with a specified type of security and relay client authentication used by the binding.

public WS2007HttpRelayBinding (Microsoft.ServiceBus.EndToEndSecurityMode securityMode, Microsoft.ServiceBus.RelayClientAuthenticationType relayClientAuthenticationType);
new Microsoft.ServiceBus.WS2007HttpRelayBinding : Microsoft.ServiceBus.EndToEndSecurityMode * Microsoft.ServiceBus.RelayClientAuthenticationType -> Microsoft.ServiceBus.WS2007HttpRelayBinding
Public Sub New (securityMode As EndToEndSecurityMode, relayClientAuthenticationType As RelayClientAuthenticationType)

Parameters

securityMode
EndToEndSecurityMode

The security mode that specifies the type of security that is used with the SOAP message and for the client.

relayClientAuthenticationType
RelayClientAuthenticationType

The type of authentication used by the client.

Applies to

WS2007HttpRelayBinding(EndToEndSecurityMode, RelayClientAuthenticationType, Boolean)

Initializes a new instance of the WS2007HttpRelayBinding class with a specified type of security used by the binding, the specified authentication for the client relay, and a value that indicates whether a reliable session is enabled.

public WS2007HttpRelayBinding (Microsoft.ServiceBus.EndToEndSecurityMode securityMode, Microsoft.ServiceBus.RelayClientAuthenticationType relayClientAuthenticationType, bool reliableSessionEnabled);
new Microsoft.ServiceBus.WS2007HttpRelayBinding : Microsoft.ServiceBus.EndToEndSecurityMode * Microsoft.ServiceBus.RelayClientAuthenticationType * bool -> Microsoft.ServiceBus.WS2007HttpRelayBinding
Public Sub New (securityMode As EndToEndSecurityMode, relayClientAuthenticationType As RelayClientAuthenticationType, reliableSessionEnabled As Boolean)

Parameters

securityMode
EndToEndSecurityMode

Specifies the type of security that is used with the SOAP message and for the client.

relayClientAuthenticationType
RelayClientAuthenticationType

The type of authentication used by the client.

reliableSessionEnabled
Boolean

true if a reliable session is enabled; otherwise, false.

Applies to