Gets or sets whether calling the Close()()()() method will also close the underlying stream (see BaseStream).

Namespace:  C1.C1Zip
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)

Syntax

C#
public bool OwnsBaseStream { get; set; }
Visual Basic
Public Property OwnsBaseStream As Boolean
	Get
	Set

See Also