Example #1
0
 public bool IsConnected(string clientUid)
 {
     return(Socket.IsConnected(clientUid));
 }