TcpConnection.Send Method
Namespace: Riptide.Transports.Tcp
Assembly: RiptideNetworking.dll
Send(byte[], int)
Sends data.
protected override void Send(byte[] dataBuffer, int amount)
Parameters
byte[] | dataBuffer |
The array containing the data. |
int | amount |
The number of bytes in the array which should be sent. |