EmbeddedDataReceivedEventArgs Constructor
Initializes event data.
Namespace:
com.onlineobject.objectnet.server.TransportsAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public EmbeddedDataReceivedEventArgs( byte[] dataBuffer, int amount, EmbeddedConnection fromConnection )
Parameters
- dataBuffer
- Type: array<Byte>[]()[][]
An array containing the received data.
- amount
- Type: Int32
The number of bytes that were received.
- fromConnection
- Type: com.onlineobject.objectnet.server..::..EmbeddedConnection
The connection which the data was received from.