Click or drag to resize
Cimbalino ToolkitChunkedStreamRead Method
This method is not supported.

Namespace: Cimbalino.Toolkit.Helpers
Assembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public override int Read(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer
Type: SystemByte
The buffer.
offset
Type: SystemInt32
The offset.
count
Type: SystemInt32
The count.

Return Value

Type: Int32
Calling this method will raise a NotSupportedException.
Version Information

Portable

Supported in: 4.5

Windows

Supported in: 10.0, 8.1

Windows Phone

Supported in: 8.1

Windows Phone Silverlight

Supported in: 8.1, 8.0
See Also