# Sandbox.Connection.SendRequest

```csharp
System.Threading.Tasks.Task<object> SendRequest(T t)
```

Send a message to this connection, wait for a response

### Parameters

- `t` (`T`)

### Returns

`System.Threading.Tasks.Task<object>`

Declared in [Sandbox.Connection](/api/Sandbox.Connection).
Assembly: `Sandbox.Engine`.
