Click or drag to resize
MimeKit

BoundStreamCanTimeout Property

Check whether I/O operations can time out.

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

Property Value

Boolean
if I/O operations can time out; otherwise, .
Remarks
The BoundStream will only support timing out if the BaseStream supports it.
See Also