# Sandbox.Connection.All

```csharp
static IReadOnlyList<Connection> All { get; set; }
```

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.Connection](/api/Sandbox.Connection).
Assembly: `Sandbox.Engine`.
