Host property
The local interface on which we are listening, used by the next call to the StartListen method.
Applies to
CHMllpServer
Declaration
Public Property Let Host(ByVal Value As String)
Public Property Get Host() As 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).