Click or drag to resize
MimeKit

BoundStreamCanTimeout 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 BoundStream will only support timing out if the BaseStream supports it.
See Also