代码说明:
Contains:
TWSocket - Basic winsock component. Fully event-driven and multi-thread safe. It supports TCP, UDP and can be used to build both client and server programs.
TSmtpCli - SMTP client protocol support. Used to send mail to a mail server.
TPop3Cli - POP3 client protocol support. Used to retreive mail form a mail server.
TFtpCli - FTP client protocol support. Used to send and receive files to/from an FTP server. Also able to do directory and file handling.
THttpCli - HTTP protocol support. Used to access any WEB server for getting or posting data. Proxy support.
TTnCnx - TELNET client protocol support.
TEmulVT - ANSI terminal emulation (like a TMemo but with ansi escape sequences interpetation).
TTnEmulVT - TELNET and ANSI terminal emulation combined into a single component. You can build a full telnet client program in only a few lines of code.
TPing - ICMP ping support. You can ping a host and get the resulting info.
封装winsock的多线程的类
【立即下载】
|