System.ServiceModel
4.0.0.0
System.ServiceModel.Configuration.StandardBindingElement
To be added.
Provides the base class with members common to the and the .
Constructor
4.0.0.0
To be added.
Initializes a new instance of the class.
Constructor
4.0.0.0
To be added.
Initializes a new instance of the class.
The configuration name of the binding. This value should be unique because it is used as identification for the binding.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("bypassProxyOnLocal", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Boolean
To be added.
To be added.
Gets or sets a Boolean value that specifies whether to bypass the proxy server for local addresses.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("hostNameComparisonMode", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.HostNameComparisonMode
To be added.
To be added.
Gets or sets the HTTP hostname comparison mode used to parse URIs.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("maxBufferPoolSize", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Configuration.LongValidator(ExcludeRange=false, MaxValue=9223372036854775807, MinValue=0)
System.Int64
To be added.
To be added.
Gets or sets the maximum size, in bytes, for a buffer pool that stores TCP messages processed by the binding.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("maxReceivedMessageSize", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Configuration.LongValidator(ExcludeRange=false, MaxValue=9223372036854775807, MinValue=1)
System.Int64
To be added.
To be added.
Gets or sets the maximum size, in bytes, for a message that can be processed by the binding.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("messageEncoding", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.WSMessageEncoding
To be added.
To be added.
Gets or sets the encoder used to encode the message.
Method
4.0.0.0
System.Void
To be added.
Applies the specified binding to this instance.
The binding to be applied.
Property
4.0.0.0
System.Configuration.ConfigurationPropertyCollection
To be added.
To be added.
Gets a instance that contains a collection of objects that can be attributes or objects of this configuration element.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("proxyAddress", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Uri
To be added.
If the property is set to true, the value of this property is ignored.
Gets or set a URI that specifies the address of the HTTP proxy.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("readerQuotas", Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement
To be added.
The complexity constraints include items such as a maximum element depth, or a maximum length for string content within the message. The constraints protect against a type of denial of service (DOS) attacks that attempt to use message complexity to tie up endpoint processing resources.
Gets or sets constraints on the complexity of SOAP messages that can be processed by endpoints configured with this binding.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("reliableSession", Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.Configuration.StandardBindingOptionalReliableSessionElement
To be added.
To be added.
Gets a configuration element that specifies whether reliable sessions are enabled for the endpoint configured with this binding.
Property
4.0.0.0
System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.EncodingConverter))
System.Configuration.ConfigurationProperty("textEncoding", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Text.Encoding
To be added.
To be added.
Gets or sets the character set encoding to be used for emitting messages on the binding.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("transactionFlow", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Boolean
To be added.
The default value specifies that clients do not flow transactions and services reject messages with a flowed transaction message header.
Gets or sets a Boolean value that specifies whether the binding supports flowing WS-Transactions.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("useDefaultWebProxy", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Boolean
To be added.
To be added.
Gets or sets a Boolean value that specifies whether the system’s auto-configured HTTP proxy is used.