| Name | Description |
 | AllowCookies |
Gets or sets a boolean value that specifies whether the client accepts cookies
and propagates them on future requests.
|
 | BypassProxyOnLocal |
Gets or sets the attribute that indicates whether to bypass the proxy server for
local addresses.
|
 | CloseTimeout | (Inherited from System.ServiceModel.Configuration.StandardBindingElement) |
 | CompressionAlgorithms | Gets and sets the compression algorithms to be used for message compression. Default value is GZip. |
 | CompressionLevel |
Gets and sets the compression level to be applied when compression is used, were 1 is for fastest compression
and 9 for maximum compression.
|
 | CompressionMode | Gets and set the compression mode used by the binding. |
 | CurrentConfiguration | (Inherited from System.Configuration.ConfigurationElement) |
 | DefaultMessageEncoding | Gets and sets the name of the default message encoding. |
 | ElementInformation | (Inherited from System.Configuration.ConfigurationElement) |
 | HostNameComparisonMode |
Gets or sets a value that indicates whether the hostname is used to reach the
service when matching the URI.
|
 | LockAllAttributesExcept | (Inherited from System.Configuration.ConfigurationElement) |
 | LockAllElementsExcept | (Inherited from System.Configuration.ConfigurationElement) |
 | LockAttributes | (Inherited from System.Configuration.ConfigurationElement) |
 | LockElements | (Inherited from System.Configuration.ConfigurationElement) |
 | LockItem | (Inherited from System.Configuration.ConfigurationElement) |
 | MaxArrayLength | |
 | MaxBufferPoolSize |
Gets or sets the maximum size for a buffer pool that stores messages processed by
the binding.
|
 | MaxBufferSize |
Gets and sets the maximum message size limit for messages being received the remote side.
|
 | MaxBytesPerRead | |
 | MaxDepth | |
 | MaxNameTableCharCount | |
 | MaxReceivedMessageSize | Gets or sets the maximum size for a message that can be received. |
 | MaxStringContentLength | |
 | MessageEncodingMode | Gets and sets the message encoding mode to be used by this binding. |
 | MessageEncodings |
Gets and sets the string that specifies the list of message encoding algorithms
that are supported by this binding.
|
 | Name | (Inherited from System.ServiceModel.Configuration.StandardBindingElement) |
 | OpenTimeout | (Inherited from System.ServiceModel.Configuration.StandardBindingElement) |
 | ProxyAddress | Gets or sets the URI address of the HTTP proxy. |
 | ReceiveTimeout | (Inherited from System.ServiceModel.Configuration.StandardBindingElement) |
 | Security | Gets or sets the type of security to be used with this binding. |
 | SendTimeout | (Inherited from System.ServiceModel.Configuration.StandardBindingElement) |
 | TransferMode |
Gets or sets a value that specifies whether messages are buffered or streamed or
a request or response.
|
 | UseDefaultWebProxy |
Gets or sets a value that indicates whether the auto-configured HTTP proxy of the
system should be used, if available.
|