ClientConnected Property
This property is used to disconnect individual connections and/or show their status.
Syntax
int GetClientConnected(int iClientId);
int SetClientConnected(int iClientId, int bClientConnected);
Default Value
FALSE
Remarks
This property is used to disconnect individual connections and/or show their status.
The ClientConnected property may be set to false to close the connection.
ClientConnected also shows the status of a particular connection (connected/disconnected).
How and when the connection is closed is controlled by the Linger property. Please refer to its description for more information.
The size of the array is controlled by the ClientCount property.
This property is not available at design time.
Data Type
Boolean