Click or drag to resize

ServerBase Events

The ServerBase type exposes the following members.

Events
  Name Description
Public event ClientConnected Occurs when a client connects to the server.
Public event ClientConnectingException Occurs when an exception is encountered while a client is connecting.
Public event ClientDisconnected Occurs when a client disconnects from the server.
Public event Disposed Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component)
Public event ReceiveClientData Occurs when unprocessed data has been received from a client.
Public event ReceiveClientDataComplete Occurs when data received from a client has been processed and is ready for consumption.
Public event ReceiveClientDataException Occurs when an Exception is encountered when receiving data from a client.
Public event SendClientDataComplete Occurs when data has been sent to a client.
Public event SendClientDataException Occurs when an Exception is encountered when sending data to a client.
Public event SendClientDataStart Occurs when data is being sent to a client.
Public event ServerStarted Occurs when the server is started.
Public event ServerStopped Occurs when the server is stopped.
Public event UnhandledUserException Occurs when an Exception is encountered in a user-defined function via an event dispatch.
Top
See Also