Ionic Zip Library v1.9.1.6
StatusMessageWriter Property
Reference ► Ionic.Zip ► ReadOptions ► StatusMessageWriter
The System.IO.TextWriter to use for writing verbose status messages
during operations on the zip archive. A console application may wish to
pass System.Console.Out to get messages on the Console. A graphical
or headless application may wish to capture the messages in a different
TextWriter, such as a System.IO.StringWriter.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public TextWriter StatusMessageWriter { get; set; }
Public Property StatusMessageWriter As TextWriter Get Set
public: property TextWriter^ StatusMessageWriter { TextWriter^ get (); void set (TextWriter^ value); }