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.