# Sandbox.NetFlags.SendImmediate

```csharp
static NetFlags SendImmediate
```

Message will not be grouped up with other messages, and will be sent immediately. This is most useful for things like 
streaming voice data, where packets need to stream in real-time, rather than arriving with a bunch of other packets.

Declared in [Sandbox.NetFlags](/api/Sandbox.NetFlags).
Assembly: `Sandbox.Engine`.
