THTTPClientAddressFamily Enumeration

Represents type THTTPClientAddressFamily.

Namespace: flcHTTPClient
type
 THTTPClientAddressFamily = (
 cafIP4,
 cafIP6);

The THTTPClientAddressFamily type exposes the following members.

Show:
 NameDescription
cafIP4

Represents constant cafIP4.

cafIP6

Represents constant cafIP6.

Top