Internet Server Control Events  
 
Event Description
OnAccept This event occurs when a client connects to the server
OnCancel This event occurs when a blocking network operation is canceled
OnConnect This event occurs when a client connection is established
OnDisconnect This event occurs when a client connection is terminated
OnError This event occurs when an error occurs
OnIdle This event occurs after the last client has disconnected from the server
OnRead This event occurs when a client has sent data to the server
OnStart This event occurs when the server has started listening for connections
OnStop This event occurs when the server has stopped
OnTimeout This event occurs when a network operation times out
OnWrite This event occurs when data can be written to the client