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.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
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.