Internet Direct (Indy) Version 9.0.1 Beta
TIdListenerThread.Binding
Represents the socket descriptor used to listen for new client connections.

property Binding: TIdSocketHandle;
Description
Binding is a TIdSocketHandle property that represents the socket descriptor used by the listener thread to listen for new client connections to the TIdTCPServer.

Binding is initialized in the Create constructor, and contains a socket descriptor allocated for listener threads on the server when it becomes active.