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