Click or drag to resize
MimeKit

MemoryBlockStreamCanTimeout Property

Check whether reading and writing to the stream 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 reading and writing to the stream can time out; otherwise, .
Remarks
The MemoryBlockStream does not support timing out.
See Also