Click or drag to resize

AutoResetStream.ReadTimeout Property

Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out.

Namespace:  BionicCode.Utilities.Net.Standard.IO
Assembly:  BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.4
Syntax
public override int ReadTimeout { get; set; }

Return Value

Type: Int32
A value, in miliseconds, that determines how long the stream will attempt to read before timing out.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe ReadTimeout method always throws an InvalidOperationException.
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md