Internet Direct (Indy) Version 9.0.2 Beta
TIdSocketHandles
Collection of socket handles.

TIdSocketHandles = class(TOwnedCollection)
Description
The TIdSocketHandles collection contains TIdSocketHandle objects for the TIdTCPServer and TIdUDPServer components in their Bindings property. This permits a server to listen on more than one Port and IP address.

The bindings must meet the following criterion:

TIdSocketHandles is a TOwnedCollection descendant that maintains additional information about the ItemClass (TIdSocketHandle) for Items contained in the collection.

TIdSocketHandles contains the DefaultPort number to assign to new TIdSocketHandle instances added to the collection.