MobileForms Toolkit Documentation

ZipStream.CanWrite Property

Gets a value indicating whether the current stream supports writing.

public override bool CanWrite {get;}

Property Value

true if the stream supports writing; false if the stream is closed or was opened with read-only access.

See Also

ZipStream Class | Resco.IO.Zip Namespace