Closes a connection on a socket handle.
procedure Disconnect( ASocket: TIdStackSocketHandle ); override;
Parameters |
Description |
ASocket |
Socket handle for the operation. |
Disconnect is an abstract virtual procedure that specifies the method used to access the protocol stack API method used to close a connection on a socket handle.
ASocket is the socket handle to be affected by the operation.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|