GzipCompressionProvider.SupportsFlush Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates if the given provider supports Flush and FlushAsync. If not, compression may be disabled in some scenarios.
public:
property bool SupportsFlush { bool get(); };
public bool SupportsFlush { get; }
member this.SupportsFlush : bool
Public ReadOnly Property SupportsFlush As Boolean