Exemplo n.º 1
0
 public void Remove(WcfWebSocketService connection) => this.connections.Remove(connection);
Exemplo n.º 2
0
 public void Add(WcfWebSocketService connection) => this.connections.Add(connection);