WS2007HttpRelayBinding
Class
Definition
Represents an interoperable binding that derives from WSHttpRelayBinding and provides support for the updated versions of the Security, ReliableSession, and TransactionFlow binding elements.
public class WS2007HttpRelayBinding : Microsoft.ServiceBus.WSHttpRelayBinding
- Inheritance
Inherited Members
Microsoft.ServiceBus.WSHttpRelayBinding
Microsoft.ServiceBus.WSHttpRelayBindingBase
Constructors
| 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. |
Methods
| CreateMessageSecurity() |
Retrieves the security binding element from the current binding. |