Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Serialization Namespace / PacketManager Class / PacketManager Constructor

In This Topic
    PacketManager Constructor
    In This Topic
    Bind to a stream to of data from which a sequence of packets can be read.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal stream As Stream _
    )
    public PacketManager( 
       Stream stream
    )

    Parameters

    stream
    Remarks
    This class is intended for reading session data from a file. The GetPacketStream method will "pull" the relevant data from the stream to complete each request. Use PacketManagerAsync for reading packets from the network where data must be pushed in from the network.
    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