Click or drag to resize
MimeKit

MeasuringStreamCanTimeout Property

Check whether or not reading and writing to the stream can timeout.

Namespace: MimeKit.IO
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public override bool CanTimeout { get; }

Property Value

Boolean
true if reading and writing to the stream can timeout; otherwise, false.
Remarks
Writing to a MeasuringStream cannot timeout.
See Also