Copies the requested cached bytes into a single array and returns. Original data is left unchanged.
Namespace: NetworkCommsDotNet.ToolsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- startIndex
- Type: System Int32
The inclusive byte index to use as the starting position.
- length
- Type: System Int32
The total number of desired bytes.
Return Value
Type: MemoryStreamThe requested bytes as a single array.
See Also