# NetworkedBehaviour.SendToClientsTarget Method (Int32[], String, String, Byte[])
Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked
**Namespace:** MLAPI
**Assembly:** MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
## Syntax
**C#**
``` C#
protected void SendToClientsTarget(
int[] clientIds,
string messageType,
string channelName,
byte[] data
)
```
#### Parameters