- Declared in: RT.Util.Streams.TimeoutableStream
- Overrides: Stream.Read(byte[], int, int)
Declaration
public override int Read(
byte[] buffer,
int offset,
int count
)
Summary
Reads up to
count bytes into
buffer starting at
offset
from the underlying stream, if it supports this. Will block waiting for the read to complete for at most
Stream.ReadTimeout
milliseconds; afterwards, a
TimeoutException is thrown.