WSHttpRelayBindingElement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A configuration element that represents an interoperable binding that supports distributed transactions and secure, reliable sessions.
public abstract class WSHttpRelayBindingElement : Microsoft.ServiceBus.Configuration.WSHttpRelayBindingBaseElement
type WSHttpRelayBindingElement = class
inherit WSHttpRelayBindingBaseElement
Public MustInherit Class WSHttpRelayBindingElement
Inherits WSHttpRelayBindingBaseElement
- Inheritance
- Derived
Properties
AllowCookies |
Gets or sets a value that indicates whether the service or client accepts cookies and propagates them on future requests. |
BindingElementType |
Gets the type of the WSHttpRelayBinding binding. |
IsDynamic |
Gets or sets whether the binding base element is dynamic. (Inherited from WSHttpRelayBindingBaseElement) |
MaxBufferPoolSize |
Gets or sets the maximum size of the buffer pool that stores messages processed by the WSHttpRelayBinding binding. (Inherited from WSHttpRelayBindingBaseElement) |
MaxReceivedMessageSize |
Gets or sets the maximum size for messages received on a channel configured with the WSHttpRelayBinding binding. (Inherited from WSHttpRelayBindingBaseElement) |
MessageEncoding |
Gets or sets whether MTOM or Text/XML is used to encode SOAP messages. (Inherited from WSHttpRelayBindingBaseElement) |
Properties |
Gets a collection of properties of this binding configuration element. |
ProxyAddress |
Gets or sets the URI address of the HTTP proxy. (Inherited from WSHttpRelayBindingBaseElement) |
ReaderQuotas |
Gets constraints on the complexity of SOAP messages that can be processed by endpoints configured with the WSHttpRelayBinding binding. (Inherited from WSHttpRelayBindingBaseElement) |
ReliableSession |
Gets a StandardBindingOptionalReliableSessionElement configuration element that represents an optional configuration setting for WS-Reliable messaging defined in the WSHttpRelayBinding binding. (Inherited from WSHttpRelayBindingBaseElement) |
Security |
Gets the WSHttpRelaySecurityElement configuration element that contains the security settings for the WSHttpRelayBinding binding. |
TextEncoding |
Gets or sets the character encoding that is used for the message text. (Inherited from WSHttpRelayBindingBaseElement) |
UseDefaultWebProxy |
Gets or sets a value that indicates whether the auto-configured HTTP proxy of the system should be used, if available. (Inherited from WSHttpRelayBindingBaseElement) |
Methods
InitializeFrom(Binding) |
Initializes this binding configuration element with the content of the specfied binding. |
OnApplyConfiguration(Binding) |
Applies the settings of this configuration element to the specified binding. |
Applies to
Azure SDK for .NET