Ejemplo n.º 1
0
 public void DeregisterSocketClient(WebSocketClient Client)
 {
     _webSocketClients.Remove(Client);
 }
Ejemplo n.º 2
0
 public void RegisterSocketClient(WebSocketClient Client)
 {
     _webSocketClients.Add(Client);
 }