# Sandbox.Connection.SendResponse

```csharp
void SendResponse(System.Guid requestId, T t)
```

Send a response message to this connection.

### Parameters

- `requestId` (`System.Guid`)
- `t` (`T`)

Declared in [Sandbox.Connection](/api/Sandbox.Connection).
Assembly: `Sandbox.Engine`.
