| FilteredStreamReadTimeout Property |
Get or set a value, in milliseconds, that determines how long the stream will attempt to read before timing out.
Namespace: MimeKit.IOAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public override int ReadTimeout { get; set; }
Property Value
Int32A value, in milliseconds, that determines how long the stream will attempt to read before timing out.
Remarks
Gets or sets the read timeout on the
Source stream.
See Also