THTTPKeepAliveOption Enumeration

Represents type THTTPKeepAliveOption.

Namespace: flcHTTPClient
type
 THTTPKeepAliveOption = (
 kaDefault,
 kaKeepAlive,
 kaClose);

The THTTPKeepAliveOption type exposes the following members.

Show:
 NameDescription
kaClose

Represents constant kaClose.

kaDefault

Represents constant kaDefault.

kaKeepAlive

Represents constant kaKeepAlive.

Top