Internet Direct (Indy) Version 9.0.2 Beta
TIdSocketHandle
Represents a low-level socket binding.

TIdSocketHandle = class(TCollectionItem)
Description
TIdSocketHandle encapsulates the low-level socket binding and its associated functions. A socket binding is the handle used for sending and receiving data, making and closing a connection, or waiting for a connection (listening).

TIdSocketHandle is used by TIdTCPConnection descendants in Indy to encapsulate the low-level connection and methods used to access the protocol stack in Binding.