Difference between revisions of "ICS Components Reference"
Line 44: | Line 44: | ||
== Helper Components == | == Helper Components == | ||
− | [http://wiki.overbyte.be/wiki/index.php/TMimeDecode TMimeDecode] - Mime Decoder | + | [[image:Tmimedecode.gif]] [http://wiki.overbyte.be/wiki/index.php/TMimeDecode TMimeDecode] - Mime Decoder |
− | [http://wiki.overbyte.be/wiki/index.php/TTnEmulVT TTnEmulVT] - Telnet VT Terminal emulator | + | [[image:Ttnemulvt.gif]] [http://wiki.overbyte.be/wiki/index.php/TTnEmulVT TTnEmulVT] - Telnet VT Terminal emulator |
− | [http://wiki.overbyte.be/wiki/index.php/TTnScript TTnScript] - Telnet Script | + | [[image:Ttnscript.gif]] [http://wiki.overbyte.be/wiki/index.php/TTnScript TTnScript] - Telnet Script |
− | [http://wiki.overbyte.be/wiki/index.php/TEmulVt TEmulVt] - VT Terminal Emulator | + | [[image:Temulvt.gif]] [http://wiki.overbyte.be/wiki/index.php/TEmulVt TEmulVt] - VT Terminal Emulator |
− | [http://wiki.overbyte.be/wiki/index.php/TMbxHandler TMbxHandler] - Mail Box Handler | + | [[image:Tmbxhandler.gif]] [http://wiki.overbyte.be/wiki/index.php/TMbxHandler TMbxHandler] - Mail Box Handler |
Revision as of 09:03, 16 February 2006
Sockets components
These components implement the basic TCP/IP sockets.
TWSocket - Basic Socket
TWSocketServer - Basic 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
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