Loupe - Log - Monitor - Resolve
Gibraltar.Serialization Namespace / PacketTypeStorageSummary Class / PacketSize Property

In This Topic
    PacketSize Property (PacketTypeStorageSummary)
    In This Topic
    Total number of bytes of this packet type read from the file
    Syntax
    'Declaration
     
    
    Public Property PacketSize As Long
    public long PacketSize {get; set;}
    Remarks
    Packet sizes are collected as uncompressed bytes. But once all fragments have been read, the FileStorageSummary.Summarize method is called from Session to scale all the PacketSize values such that they represent compressed bytes.
    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