Classes
Class | Description | |
---|---|---|
![]() |
IpClient |
Implements basic functionality of a TCP/IP client connection.
|
![]() |
IpClientConnectedEventArgs |
Fired when connection with server is established
|
![]() |
IpClientDisconnectedEventArgs |
Fired when connection with server is closed.
|
![]() |
IpClientException |
IpClientException is thrown by many methods of IpClient class. The methods are
masking various exception types into IpClientException, but the event message
will be propagated.
|
Delegates
Delegate | Description | |
---|---|---|
![]() |
IpClient..::..IpClientConnectedEventHandler |
Represents the method that will handle the
IpClientConnectedEventArgs event of IpClient.
|
![]() |
IpClient..::..IpClientDisconnectedEventHandler |
Represents the method that will handle the
IpClientDisconnectedEventArgs event of IpClient.
|