Classes

  Class Description
Public class IpClient
Implements basic functionality of a TCP/IP client connection.
Public class IpClientConnectedEventArgs
Fired when connection with server is established
Public class IpClientDisconnectedEventArgs
Fired when connection with server is closed.
Public class 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
Public delegate IpClient..::..IpClientConnectedEventHandler
Represents the method that will handle the IpClientConnectedEventArgs event of IpClient.
Public delegate IpClient..::..IpClientDisconnectedEventHandler
Represents the method that will handle the IpClientDisconnectedEventArgs event of IpClient.