Internet Direct (Indy) Version 9.0.1 Beta
TIdUDPServer.Bindings
Socket handles allocated by the server.

property Bindings: TIdSocketHandles;
Description
Bindings is a TIdSocketHandles property and a collection of TIdSocketHandle instances. For TIdUDPServer, Bindings will contain TIdSocketHandles instances with an allocated socket of type ID_SOCK_DGRAM.

Bindings provides the DefaultPort number for the TIdUDPServer and is used by the TIdUDPListenerThread to gain access to the socket handle and low-level access methods provided by the protocol stack.