Internet Direct (Indy)
Home
PreviousUpNext
TIdSocketListDotNet Class

Implements a list for socket handles on the .Net platform.

Pascal
TIdSocketListDotNet = class(TIdSocketList);

TIdSocketListDotNet is a TIdSocketList descendant that implements the interface defined for the socket descriptor container. 

TIdSocketListDotNet implements abstract virtual methods from the ancestor class used to maintain the list of socket handles for the protocol stack. 

TIdSocketListDotNet defines an internal member of the type ArrayList used to store the sockets added to the list implementation. TIdSocketListDotNet overrides the read access specifier for the Items property to use the member variable for the sockets in the list implementation.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.