Difference between revisions of "TWSocket"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
{| | {| | ||
− | | width="90" valign="top" | [[TWSocket. | + | | width="90" valign="top" | [[TWSocket.PortNum | PortNum]] |||| |
− | |- | + | |- |
− | | valign="top" | [[TWSocket. | + | | valign="top" | [[TWSocket.Handle | Handle]] |||| |
+ | |- | ||
+ | | valign="top" | [[TWSocket.HSocket | HSocket]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.BufSize | BufSize]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.Text | Text]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.AllSent | AllSent]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.TrumpetCompability | TrumpetCompability]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.Addr | Addr]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.Port | Port]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.Proto | Proto]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.LocalAddr | LocalAddr]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.LocalPort | LocalPort]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.PeerPort | PeerPort]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.PeerAddr | PeerAddr]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.DnsResult | DnsResult]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.DnsResultList | DnsResultList]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.State | State]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.ReadCount | ReadCount]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.RcvdCount | RcvdCount]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.LastError | LastError]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.MultiThreaded | MultiThreaded]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.MultiCast | MultiCast]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.MultiCastAddrStr | MultiCastAddrStr]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.MultiCastIpTTL | MultiCastIpTTL]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.ReuseAddr | ReuseAddr]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.ComponentOptions | ComponentOptions]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.ListenBacklog | ListenBacklog]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.ReqVerLow | ReqVerLow]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.ReqVerHigh | ReqVerHigh]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.FlushTimeout | FlushTimeout]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.SendFlags | SendFlags]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.LingerOnOff | LingerOnOff]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.LingerTimeout | LingerTimeout]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.SocksLevel | SocksLevel]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.SocksServer | SocksServer]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.SocksPort | SocksPort]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.SocksUsercode | SocksUsercode]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.SocksPassword | SocksPassword]] |||| | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket.SocksAuthentication | SocksAuthentication]] |||| | ||
|} | |} | ||
Revision as of 11:47, 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 |
Events
Name | Short description | |
Name | Short description |