Difference between revisions of "TWSocket"
Jump to navigation
Jump to search
(→Events) |
|||
Line 98: | Line 98: | ||
== Events == | == Events == | ||
− | {| | + | {| |
− | | width="90" valign="top" | [[TWSocket. | + | | width="90" valign="top" | [[TWSocket.OnDisplay | OnDisplay]] |||| |
− | |- | + | |- |
− | | valign="top" | [[TWSocket. | + | | valign="top" | [[TWSocket.OnDataAvailable | OnDataAvailable]] |||| |
+ | |- | ||
+ | | valign="top" | [[TWSocket.OnDataSent | OnDataSent]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.OnSendData | OnSendData]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.OnSessionClosed | OnSessionClosed]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.OnSessionAvailable | OnSessionAvailable]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.OnSessionConnected | OnSessionConnected]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.OnSocksConnected | OnSocksConnected]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.OnChangeState | OnChangeState]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.OnDnsLookupDone | OnDnsLookupDone]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.OnError | OnError]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.OnBgException | OnBgException]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.OnSocksError | OnSocksError]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.OnSocksAuthState | OnSocksAuthState]] |||| | ||
|} | |} | ||
Revision as of 11:48, 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.
Properties
Methods
Name | Short description | |
Name | Short description |