Chameleon and Iguana Plugin C# Class Libraries

LlpServer.StopListen Method 

Stop the component from listening for new connections.

[Visual Basic]
Public Sub StopListen()
[C#]
public void StopListen();

Remarks

Note that any existing connections that have already been established are NOT closed. In order to properly disconnect existing connections as well as stop listening, use DisconnectAllClients.

Blocking: Function blocks until the stop listen succeeds.
Throws: Function does not throw any exceptions.
Events: None.

See Also

LlpServer Class | iNTERFACEWARE.Chameleon Namespace