Esempio n. 1
0
 private bool Contains(string client)
 {
     return(_wsServer.IsContains(client) || _tcpServer.IsContains(client));
 }