| MeasuringStreamCanTimeout Property |
Check whether or not reading and writing to the stream can timeout.
Namespace: MimeKit.IOAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public override bool CanTimeout { get; }
Property Value
Booleantrue if reading and writing to the stream can timeout; otherwise,
false.
Remarks See Also