Removes a socket handle from the socket list.
procedure Remove( AHandle: TIdStackSocketHandle ); virtual; abstract;
Parameters |
Description |
AHandle |
Socket handle to remove from the socket list. |
Remove is an abstract virtual procedure that specifies the method used to remove the socket handle in AHandle from the socket list.
Please note that Remove must be implemented in a descendant class using the protocol stack and list implementation for a specific operating system or platform.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|