Click or drag to resize
MimeKit

ChainedStreamCanTimeout Property

Check whether or not I/O operations 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 I/O operations can timeout; otherwise, false.
Remarks
The ChainedStream only supports timeouts if all of its streams support them.
See Also