Client property

Representation of the collection of remote Clients that are connected to this server.

Applies to
CHMllpServer

Declaration
Public Property Get Client(ByVal ClientIndex As Long) As CHMllpConnection

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 CHMllpConnection objects within this collection should not be maintained. Instead, always access CHMllpConnection objects through this collection interface, or the event to which CHMllpConnection objects are passed as parameters.


Chameleon VB 6.0 Documentation