WSConnectionConnected Property
This property is used to disconnect individual connections and/or show their status.
Syntax
int GetWSConnectionConnected(int iConnectionId);
int SetWSConnectionConnected(int iConnectionId, int bWSConnectionConnected);
Default Value
FALSE
Remarks
This property is used to disconnect individual connections and/or show their status.
The WSConnectionConnected property may be set to false to close the connection.
WSConnectionConnected also shows the status of a particular connection (connected/disconnected).
The size of the array is controlled by the WSConnectionCount property.
This property is not available at design time.
Data Type
Boolean