Xceed .NET Libraries Documentation
Xceed.Tar Assembly / Xceed.Tar Namespace / TarArchive Class / IgnoreEndingHeaders Property


In This Topic
    IgnoreEndingHeaders Property
    In This Topic
    Indicates whether ending headers should be ignored.
    Syntax
    'Declaration
     
    Public Shared Property IgnoreEndingHeaders As Boolean
    'Usage
     
    Dim value As Boolean
     
    TarArchive.IgnoreEndingHeaders = value
     
    value = TarArchive.IgnoreEndingHeaders
    public static bool IgnoreEndingHeaders {get; set;}
    Remarks

    A USTar archive should be terminated by 2 empty headers.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also