The fields of Org.Apache.Http.Params.CoreConnectionPNames are listed below. For a list of all members, see the CoreConnectionPNames Members list.
See Also: Inherited members from System.Object
const | ConnectionTimeout | string. Determines the timeout until a connection is etablished. |
const | MaxHeaderCount | string. Determines the maximum HTTP header count allowed. |
const | MaxLineLength | string. Determines the maximum line length limit. |
const | SocketBufferSize | string. Determines the size of the internal socket buffer used to buffer data while receiving / transmitting HTTP messages. |
const | SoLinger | string. Sets SO_LINGER with the specified linger time in seconds. |
const | SoTimeout | string. Defines the default socket timeout (SO_TIMEOUT) in milliseconds which is the timeout for waiting for data. |
const | StaleConnectionCheck | string. Determines whether stale connection check is to be used. |
const | TcpNodelay | string. Determines whether Nagle's algorithm is to be used. |