# Sandbox.Connection.Local

```csharp
static Connection Local { get; set; }
```

This is a "fake" connection for the local player. It is passed to RPCs when calling them
locally etc.

Declared in [Sandbox.Connection](/api/Sandbox.Connection).
Assembly: `Sandbox.Engine`.
