Host property

The local interface on which we are listening, used by the next call to the StartListen method.

Applies to
TCHMllpServer

Declaration
property Host : String;

Description
The default is an empty string, which means the listener will listen on all local interfaces.

It must be in the Internet standard "." (dotted) notation (e.g. 127.0.0.1).


Chameleon Delphi Documentation