Chameleon and Iguana Plugin C# Class Libraries

LlpServer.Host Property

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

[Visual Basic]
Public Property Host As String
[C#]
public string Host {get; set;}

Remarks

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).

See Also

LlpServer Class | iNTERFACEWARE.Chameleon Namespace