# Sandbox.Networking.Connect

## Overload 1

```csharp
static void Connect(ulong steamid)
```

### Parameters

- `steamid` (`ulong`)

## Overload 2

```csharp
static void Connect(string target)
```

Will try to determine the right method for connection, and then try to connect.

### Parameters

- `target` (`string`)

Declared in [Sandbox.Networking](/api/Sandbox.Networking).
Assembly: `Sandbox.Engine`.
