WS2007HttpRelayBindingElement 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.
Represents a configuration element that contains the settings for a binding that provides support for the updated versions of the Security, ReliableSession, and TransactionFlow binding elements.
public class WS2007HttpRelayBindingElement : Microsoft.ServiceBus.Configuration.WSHttpRelayBindingElement
type WS2007HttpRelayBindingElement = class
inherit WSHttpRelayBindingElement
Public Class WS2007HttpRelayBindingElement
Inherits WSHttpRelayBindingElement
- Inheritance
-
WS2007HttpRelayBindingElement
Constructors
WS2007HttpRelayBindingElement() |
Initializes a new instance of the WS2007HttpRelayBindingElement class. |
WS2007HttpRelayBindingElement(String) |
Initializes a new instance of the WS2007HttpRelayBindingElement using the specified name. |
Properties
AllowCookies |
Gets or sets a value that indicates whether the service or client accepts cookies and propagates them on future requests. (Inherited from WSHttpRelayBindingElement) |
BindingElementType |
Gets the type of the binding element of the current instance. |
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. (Inherited from WSHttpRelayBindingElement) |
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. (Inherited from WSHttpRelayBindingElement) |
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. (Inherited from WSHttpRelayBindingElement) |
OnApplyConfiguration(Binding) |
Applies the settings of this configuration element to the specified binding. (Inherited from WSHttpRelayBindingElement) |