Closes a connection on a socket handle.
procedure Disconnect(
ASocket: TIdStackSocketHandle
); virtual; abstract;|
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.
|
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. |