Difference between revisions of "TWSocket"
Jump to navigation
Jump to search
m (→Methods) |
|||
Line 5: | Line 5: | ||
TWSocket component is implementing the TCP and UDP protocol described in RFC [http://rfc.net/rfcxxx.html xxx] and RFC [http://rfc.net/rfcxxx.html xxx]. It is used in almost every other ICS component. | TWSocket component is implementing the TCP and UDP protocol described in RFC [http://rfc.net/rfcxxx.html xxx] and RFC [http://rfc.net/rfcxxx.html xxx]. It is used in almost every other ICS component. | ||
+ | |||
+ | TWSocket component can be used as client or a server. For its use as server however [[TWSocketServer]] is encouraged because it has some advanced features. | ||
== Properties == | == Properties == |
Revision as of 14:25, 19 February 2006
Contents
Overview
- unit WSocket.pas
- inheritance
TWSocket component is implementing the TCP and UDP protocol described in RFC xxx and RFC xxx. It is used in almost every other ICS component.
TWSocket component can be used as client or a server. For its use as server however TWSocketServer is encouraged because it has some advanced features.