Gets the underlying stream that contains the compressed data.

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

Syntax

C#
public Stream BaseStream { get; }
Visual Basic
Public ReadOnly Property BaseStream As Stream
	Get

See Also