com.onlineobject.objectnet Namespace

EmbeddedDataReceivedEventArgs Constructor

Initializes event data.

Namespace:  com.onlineobject.objectnet.server.Transports
Assembly:  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.