# Sandbox.Networking.Connections

```csharp
static IReadOnlyList<Connection> Connections { get; set; }
```

> **Obsolete.** Moved to Connection.All

A list of connections that are currently on this server. If you're not on a server
this will return only one connection (Connection.Local). Some games restrict the 
connection list - in which case you will get an empty list.

Declared in [Sandbox.Networking](/api/Sandbox.Networking).
Assembly: `Sandbox.Engine`.
