System.ServiceModel
4.0.0.0
System.ServiceModel.Configuration.StandardBindingElement
To be added.
Represents HttpBindingBaseElement for HttpBindingBase.
Constructor
4.0.0.0
To be added.
To be added.
Constructor
4.0.0.0
To be added.
Initializes a new instance of the class.
the name of the binding.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("allowCookies", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Boolean
To be added.
To be added.
Gets or sets a value that indicates whether the client accepts cookies.
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 value that indicates 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.
Method
4.0.0.0
System.Void
To be added.
Initializes this binding configuration section with the content of the specified binding elements.
A collection of binding elements.
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 for a buffer pool that is processed by the binding.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("maxBufferSize", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Configuration.IntegerValidator(ExcludeRange=false, MaxValue=2147483647, MinValue=1)
System.Int32
To be added.
To be added.
Gets or sets the maximum size of the buffer to use.
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 for a message that can be processed by the binding.
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 the properties of the binding.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("proxyAddress", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Uri
To be added.
To be added.
Gets or sets the URI 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.
To be added.
Gets constraints on the complexity of SOAP messages that can be processed by endpoints 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("transferMode", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.TransferMode
To be added.
To be added.
Gets or sets the transfer mode.
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 value that indicates whether the system’s auto-configured HTTP proxy is used.