Loupe - Log - Monitor - Resolve
Gibraltar.Messaging.Net Namespace / NetworkMessage Class
Properties Methods


In This Topic
    NetworkMessage Class Members
    In This Topic

    The following tables list the members exposed by NetworkMessage.

    Public Properties
     NameDescription
    Public PropertyThe number of bytes for the packet.  
    Public PropertyThe specific packet type code  
    Public PropertyThe protocol version  
    Top
    Protected Properties
     NameDescription
    Protected PropertyInheritors must implement this to reflect their packet length as they read a packet plus the base length that came before.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Read the provided stream to create the packet  
    Public Methodstatic (Shared in Visual Basic)Peek at the byte data and see if there's a full packet header  
    Public MethodWrite the packet to the stream.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRead packet data from the stream  
    Protected MethodWrite the packet to the stream  
    Top
    See Also