Internet Direct (Indy)
|
Adds a socket handle to the list.
procedure Add( AHandle: TIdStackSocketHandle ); virtual; abstract;
Parameters |
Description |
AHandle |
Socket handle added to the list. |
Add is an abstract virtual procedure that specifies the interface used to add a socket handle to the list.
Add must be implemented in a descendant class using a protocol stack implementation for a specific operating system or platform.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |