THTTPServerAddressFamily Enumeration

Represents type THTTPServerAddressFamily.

Namespace: flcHTTPServer
type
 THTTPServerAddressFamily = (
 safIP4,
 safIP6);

The THTTPServerAddressFamily type exposes the following members.

Show:
 NameDescription
safIP4

Represents constant safIP4.

safIP6

Represents constant safIP6.

Top