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 ();
WS2007HttpRelayBinding(String)
Initializes a new instance of the WS2007HttpRelayBinding class with a binding specified by its configuration name.
public WS2007HttpRelayBinding (string configName);
- configName
- String
The binding configuration name for the WS2007HttpRelayBindingElement
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);
- 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.
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);
- 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.