Methods



StartListen(AAddressAndPort as String)

Starts listening for clients connections. After calling this method clients connections will be accepted by the server.

StopListen

Stops listening for client connections. Note: after calling this method existing clients connections aren't dropped. For drop existing clients connections you need to destroy server object. For example in VBScript set to Nothing:

Set MyServer = Nothing