Method Send
Send(ulong, ArraySegment<byte>, NetworkDelivery)
Send a payload to the specified clientId, data and networkDelivery.
Declaration
public override void Send(ulong clientId, ArraySegment<byte> payload, NetworkDelivery networkDelivery)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | clientId | The clientId to send to |
| ArraySegment<byte> | payload | The data to send |
| NetworkDelivery | networkDelivery | The delivery type (QoS) to send data with |