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
ClearQueue Removes all items from the server FIFO queue
Dequeue Remove the next item from the server FIFO queue
Disconnect Disconnect the specified client session from the server
Enqueue  Add an item to the server FIFO queue
FindClient Return the socket handle for the client session with the specified moniker or client ID
Initialize Initialize the control and load the Windows Sockets library
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 active clients already connected to the server
Suspend Suspend accepting new client connections
SyncLock Lock or unlock the server, synchronizing access to shared data for all active client sessions
Throttle Limit the maximum number of client connections, connections per IP address and connection rate
Uninitialize Uninitialize the control and unload the Windows Sockets library
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

Copyright © 2008 Catalyst Development Corporation. All rights reserved.