# Sandbox.Network.GameNetworkSystem.IsClient

```csharp
static bool IsClient { get; set; }
```

> **Obsolete.** Moved to Networking.IsClient

True if we're connected to a server and not the host.

Declared in [Sandbox.Network.GameNetworkSystem](/api/Sandbox.Network.GameNetworkSystem).
Assembly: `Sandbox.Engine`.
