Exemple #1
0
 internal void RemoveConnection(HttpConnection connection)
 {
     lock (_connectionsSync)
         _connections.Remove(connection);
 }