# NetworkedBehaviour.SendToClientTarget Method
Sends a buffer to a client with a given clientId from 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 SendToClientTarget(
int clientId,
string messageType,
string channelName,
byte[] data
)
```
#### Parameters