 | FilteredStream.CanWrite Property |
Check whether the stream supports writing.
Namespace: MimeKit.IOAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntaxpublic override bool CanWrite { get; }
Property Value
Booleantrue if the stream supports writing; otherwise,
false.
Remarks
See Also