Gets the underlying stream that receives the compressed data.

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

Syntax

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

See Also