Client property
Representation of the collection of remote Clients that are connected to this server.
Applies to
Declaration
property Client[Index : Integer] : ICHMllpConnection;
Description
This list changes in size as connections are received or closed, or if an error occurs on the connection (which implies a close).
Users cannot change the size or append to the contents of this collection since it is managed internally.
References to ICHMllpConnection objects within this collection should not be maintained. Instead, always access ICHMllpConnection objects through this collection interface, or the event to which ICHMllpConnection objects are passed as parameters.