Click or drag to resize
MimeKit

MemoryBlockStreamCanTimeout 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
The MemoryBlockStream does not support timing out.
See Also