FlushMode Property From DotNetZip previous page next page Ionic Zip Library v1.9.1.6 FlushMode Property Reference ► Ionic.Zlib ► DeflateStream ► FlushMode C# Visual Basic Visual C++ This property sets the flush behavior on the stream. Declaration Syntax C# Visual Basic Visual C++ public virtual FlushType FlushMode { get; set; } Public Overridable Property FlushMode As FlushType Get Set public: virtual property FlushType FlushMode { FlushType get (); void set (FlushType value); } Remarks See the ZLIB documentation for the meaning of the flush behavior. Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8) previous page start next page