Org.Apache.Http.Params.CoreConnectionPNames Members

The members of Org.Apache.Http.Params.CoreConnectionPNames are listed below.

See Also: Inherited members from System.Object

Public Fields

const
ConnectionTimeoutstring. Determines the timeout until a connection is etablished.
const
MaxHeaderCountstring. Determines the maximum HTTP header count allowed.
const
MaxLineLengthstring. Determines the maximum line length limit.
const
SocketBufferSizestring. Determines the size of the internal socket buffer used to buffer data while receiving / transmitting HTTP messages.
const
SoLingerstring. Sets SO_LINGER with the specified linger time in seconds.
const
SoTimeoutstring. Defines the default socket timeout (SO_TIMEOUT) in milliseconds which is the timeout for waiting for data.
const
StaleConnectionCheckstring. Determines whether stale connection check is to be used.
const
TcpNodelaystring. Determines whether Nagle's algorithm is to be used.