RemObjects.InternetPack.CommandBased
Classes
| Class | Notes |
|---|---|
| CommandBasedClient | An abstract base class. You will usually deal with the separate descendants SmtpClient, Pop3Client and FtpClient that descend from this class. |
| CommandBasedServer | An abstract base server. You will usually deal with FtpServer that descend from this class. |
| CommandBasedSession | This class represents local and remote network endpoints. |
Exceptions
| Exception | Notes |
|---|---|
| CmdResponseException | The class for exceptions for error codes received by RemObjects.InternetPack.CommandBased clients. |