Tcp
|
The TcpClient type exposes the following members.
Name | Description | |
---|---|---|
ConnectionAttempt |
Occurs when client is attempting connection to the server.
(Inherited from ClientBase) |
|
ConnectionEstablished |
Occurs when client connection to the server is established.
(Inherited from ClientBase) |
|
ConnectionException |
Occurs when an Exception is encountered during connection attempt to the server.
(Inherited from ClientBase) |
|
ConnectionTerminated |
Occurs when client connection to the server is terminated.
(Inherited from ClientBase) |
|
Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component) |
|
ReceiveData |
Occurs when unprocessed data has been received from the server.
(Inherited from ClientBase) |
|
ReceiveDataComplete |
Occurs when data received from the server has been processed and is ready for consumption.
(Inherited from ClientBase) |
|
ReceiveDataException |
Occurs when an Exception is encountered when receiving data from the server.
(Inherited from ClientBase) |
|
SendDataComplete |
Occurs when the client has successfully sent data to the server.
(Inherited from ClientBase) |
|
SendDataException |
Occurs when an Exception is encountered when sending data to the server.
(Inherited from ClientBase) |
|
SendDataStart |
Occurs when the client begins sending data to the server.
(Inherited from ClientBase) |
|
UnhandledUserException |
Occurs when an Exception is encountered in a user-defined function via an event dispatch.
(Inherited from ClientBase) |