HttpTransportBindingElement Properties
.NET Framework 4
The HttpTransportBindingElement type exposes the following members.
| Name | Description | |
|---|---|---|
|
AllowCookies | Gets or sets a value that indicates whether the client accepts cookies and propagates them on future requests. |
|
AuthenticationScheme | Gets or sets the authentication scheme used to authenticate client requests being processed by an HTTP listener. |
|
BypassProxyOnLocal | Gets or sets a value that indicates whether proxies are ignored for local addresses. |
|
DecompressionEnabled | Gets or sets whether the process for returning compressed message data to its original size and format is enabled. |
|
ExtendedProtectionPolicy | Gets or sets the value of the extended security policy used by the server to validate incoming client connections. |
|
HostNameComparisonMode | Gets or sets a value that indicates whether the hostname is used to reach the service when matching on the URI. |
|
KeepAliveEnabled | Gets or sets a value that indicates whether to make a persistent connection to a service endpoint. |
|
ManualAddressing | Gets or sets a value that indicates whether manual addressing of the message is required. (Inherited from TransportBindingElement.) |
|
MaxBufferPoolSize | Gets or sets the maximum size of any buffer pools used by the transport. (Inherited from TransportBindingElement.) |
|
MaxBufferSize | Gets or sets the maximum size of the buffer to use. For buffered messages this value is the same as MaxReceivedMessageSize. For streamed messages, this value is the maximum size of the SOAP headers, which must be read in buffered mode. |
|
MaxReceivedMessageSize | Gets and sets the maximum allowable message size that can be received. (Inherited from TransportBindingElement.) |
|
ProxyAddress | Gets or sets a URI that contains the address of the proxy to use for HTTP requests. |
|
ProxyAuthenticationScheme | Gets or sets the authentication scheme used to authenticate client requests being processed by an HTTP proxy. |
|
Realm | Gets or sets the authentication realm. |
|
Scheme | Gets the URI scheme for the transport. (Overrides TransportBindingElement.Scheme.) |
|
TransferMode | Gets or sets the transfer mode. |
|
UnsafeConnectionNtlmAuthentication | Gets or sets a value that indicates whether Unsafe Connection Sharing is enabled on the server. If enabled, NTLM authentication is performed once on each TCP connection. |
|
UseDefaultWebProxy | Gets or sets a value that indicates whether the machine-wide proxy settings are used rather than the user specific settings. |