Click or drag to resize

AutoResetStream.WriteTimeout Property

Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write 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 WriteTimeout { get; set; }

Return Value

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