CloseBaseStream Property

Whether or not to close the underlying stream.

Syntax

public bool CloseBaseStream { get; set; }
Public Property CloseBaseStream As Boolean

Default Value

True

Remarks

If true, streams created by GetCompressionStream and GetDecompressionStream will close their underlying streams when their Close method is invoked. If false, the underlying streams will remain open.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks ZIP 2020 .NET Edition - Version 20.0 [Build 8300]