The IsClientConnected method returns whether this address is a connected client
bool IsClientConnected(
const cnet::Address &address
);
address
The address of the client
false
- the address is not a connected client
true
- the address is a connected client