Enum InputStreamOptions
Specifies the read options for an input stream.
public enum InputStreamOptions
Fields
None = 0
No options are specified.
Partial = 1
The asynchronous read operation completes when one or more bytes is available.
ReadAhead = 2
The asynchronous read operation may optionally read ahead and prefetch additional bytes.