# Sandbox.NetworkHelper.OnActive

```csharp
void OnActive(Connection channel)
```

A client is fully connected to the server. This is called on the host.

### Parameters

- `channel` (`Connection`)

Declared in [Sandbox.NetworkHelper](/api/Sandbox.NetworkHelper).
Assembly: `Sandbox.Engine`.
