Click or drag to resize
MimeKit

BoundStreamCanWrite Property

Check whether or not the stream supports writing.

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

Property Value

Boolean
true if the stream supports writing; otherwise, false.
Remarks
The BoundStream will only support writing if the BaseStream supports it.
See Also