Difference between revisions of "ICS Components Reference"
Jump to navigation
Jump to search
Markus.humm (talk | contribs) (Demo programs added) |
|||
Line 43: | Line 43: | ||
| [[image:Tsyncpop3cli.gif]] [[TSyncPop3cli | TSyncPop3cli]] |||| Synchronous POP3 Client | | [[image:Tsyncpop3cli.gif]] [[TSyncPop3cli | TSyncPop3cli]] |||| Synchronous POP3 Client | ||
|- | |- | ||
− | | [[image:Twait.gif]] [[TWait | TWait]] |||| Wait socket | + | | [[image:Twait.gif]] [[TWait | TWait]] |||| Wait socket (Obsolete, don't use it anymore) |
|- | |- | ||
| [[image:Tdnsquery.gif]] [[TDnsQuery | TDnsQuery]] |||| DNS Query Client | | [[image:Tdnsquery.gif]] [[TDnsQuery | TDnsQuery]] |||| DNS Query Client |
Revision as of 19:01, 3 October 2006
Main page -> ICS components reference
Contents
Sockets components
These components implement the basic TCP/IP sockets.
TWSocket | Basic Socket for TCP and UDP, client and server | |
TWSocketServer | Basic TCP Server Socket |
Protocol components
These components implement some of the protocols used by TCP/IP applications, over the Internet. All are implementing RFCs as described on the IETF website.
TFingerCli | Finger Client | |
TFtpClient | FTP Client | |
TFtpServer | FTP Server | |
THttpCli | HTTP Client | |
THttpServer | HTTP Server | |
TNntpCli | NNTP Client (News) | |
THtmlNntpCli | HTML NNTP Client | |
TPing | Ping client | |
TTnCnx | Telnet Connection | |
TSmtpCli | SMTP Client | |
TSyncSmtpCli | Synchronous SMTP Client | |
THtmlSmtpCli | HTML Smtp Client | |
TPop3Cli | POP3 Client | |
TSyncPop3cli | Synchronous POP3 Client | |
TWait | Wait socket (Obsolete, don't use it anymore) | |
TDnsQuery | DNS Query Client |
Helper Components
TMimeDecode | Mime Decoder | |
TTnEmulVT | Telnet VT Terminal Emulator | |
TTnScript | Telnet Script | |
TEmulVT | VT Terminal Emulator | |
TMbxHandler | Mail Box Handler |
List of demo programs
Demo applications installed with the ICS-package