DotMSN

NSMessagePool.GetNextMessageData Method 

Get the next message as a byte array. The returned data includes all newlines which seperate the commands ("\r\n")

[Visual Basic]
Overrides Public Function GetNextMessageData() As Byte()
[C#]
public override byte[] GetNextMessageData();

Return Value

Returns the raw message data

See Also

NSMessagePool Class | XihSolutions.DotMSN.Core Namespace