com.onlineobject.objectnet Namespace

DataStream Constructor (IClient, array<Byte>[]()[][], Int32)

Initializes a new instance of the DataStream class with a specified client, buffer, and buffer size.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public DataStream(

	IClient client,

	byte[] buffer,

	int bufferSize

)

Parameters

client
Type: com.onlineobject.objectnet..::..IClient
The client associated with the data stream.
buffer
Type: array<Byte>[]()[][]
The buffer to use for the data stream.
bufferSize
Type: Int32
The size of the buffer.