Property ReadTimeout
ReadTimeout
Gets or sets a value, in milliseconds, that determines how long the stream will attempt to read before timing out.
public override int ReadTimeout { get; set; }
Property Value
- int
A value, in milliseconds, that determines how long the stream will attempt to read before timing out.
Exceptions
- InvalidOperationException
The ReadTimeout method always throws an InvalidOperationException.