ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / C1ZStreamWriter Class / OwnsBaseStream Property

In This Topic
    OwnsBaseStream Property (C1ZStreamWriter)
    In This Topic
    Gets or sets whether calling the Close method will also close the underlying stream (see BaseStream).
    Syntax
    Public Property OwnsBaseStream As Boolean
    public bool OwnsBaseStream {get; set;}
    See Also