DataReceivedEventArgs Class
Namespace: Riptide.Transports
Assembly: RiptideNetworking.dll
Contains event data for when a server's or client's transport receives data.
public class DataReceivedEventArgs
Inherited Members
Constructors
| DataReceivedEventArgs(byte[], int, Connection) | Initializes event data. |
Fields
| Amount | The number of bytes that were received. |
| DataBuffer | An array containing the received data. |
| FromConnection | The connection which the data was received from. |