Internet Direct (Indy) Version 9.0.2 Beta
TIdRawBase.Binding
Represents the socket handle for the connection.

property Binding: TIdSocketHandle;
Description
Binding is a read-only TIdSocketHandle property that represents the socket handle binding for the connection. When accessed, Binding.AllocateSocket is called to insure that the connection uses raw sockets for the Protocol selected. In addition, socket options for the Binding are updated to use Id_IPPROTO_IP protocol family with the specified TTL (Time-To-Live).