Implements a list for socket handles on the .Net platform.
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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|