Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Messaging.Net Namespace / NetworkClient Class / ReadSerializedPacket Method

ReadSerializedPacket Method
Read the next serialized packet from the pipe. Blocks until a packet is detected or the connection fails.
Syntax
'Declaration
 
Protected Function ReadSerializedPacket() As IPacket
 

Return Value

Null if the connection fails or an IPacket that is the next available packet
Remarks
This will automatically handle transitions from the network reader to the packet reader, but you can't transition the other way.
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