This topic has not yet been rated - Rate this topic

BasicHttpRelayBinding Constructor

Initializes a new instance of the BasicHttpRelayBinding class.

Namespace:  Microsoft.ServiceBus
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public BasicHttpRelayBinding()

The default value of EndToEndBasicHttpSecurityMode used is Transport, which indicates that the SOAP message is secured with SSL. The default value of the client authentication type is RelayClientAuthenticationType.RelayAccessToken, which indicates that clients of a service are required to present a security token issued by the Windows Azure Access Control service to the Windows Azure Service Bus service when sending messages. Note that services (listeners) are always required to authenticate with the Windows Azure Access Control service and present an authorization token to the Windows Azure Service Bus.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.