Loupe - Log - Monitor - Resolve
Gibraltar.Data Namespace / SessionHeader Class
Members

In This Topic
    SessionHeader Class
    In This Topic
    Used at the start of a data stream to contain the session summary
    Object Model
    SessionHeader ClassIComputer Interface
    Syntax
    'Declaration
     
    
    <DebuggerDisplayAttribute("{Product} {Application} ({Id})")>
    Public NotInheritable Class SessionHeader 
       Implements Loupe.Extensibility.Data.ISessionSummary 
    [DebuggerDisplay("{Product} {Application} ({Id})")]
    public sealed class SessionHeader : Loupe.Extensibility.Data.ISessionSummary  
    Remarks
    The session header subsumes a SessionStartInfoPacket, but both should be included in a stream because the SessionHeader is really a cache of the session start info packet that is easy to access.
    Inheritance Hierarchy

    System.Object
       Gibraltar.Data.SessionHeader

    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