ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZStreamWriter Class / OwnsBaseStream Property

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