Internet Server Control Methods  
 
Method Description
Abort Abort the specified client session, terminating its connection to the server
Broadcast Broadcast data to all active clients connected to the server
Cancel Cancels the current blocking network operation
Disconnect Disconnect the specified client session from the server
FindClient Return the socket handle for the client session with the specified moniker or client ID
Initialize Initialize the control and validate the runtime license key
Peek Read data from the specified client session, but do not remove it from the socket buffer
Read Read data from the specified client session
ReadLine Read a line of data from the specified client session, storing it in a string buffer
Reject Reject a pending client connection
Reset Reset the internal state of the control, stopping the server and terminating all client connections
Resolve Resolves a host name to a host IP address
Restart Restart the server, terminating all active client connections
Resume Resume accepting new client connections
Start Start listening for client connections on the specified IP address and port number
Stop Stop listening for new client connections and terminate all client sessions
Suspend Suspend accepting new client connections
Throttle Limit the maximum number of client connections, connections per IP address and connection rate
Uninitialize Uninitialize the control and release any system resources that were allocated
Write Write data to the specified client session
WriteLine Write a line of data to the specified client session, terminated with a carriage-return and linefeed