DotMSN

MSNMessage.ParseBytes Method 

Parses incoming byte data send from the network. This will set the command values and other properties of the class, depending on the message.

[Visual Basic]
Overrides Public Sub ParseBytes( _
   ByVal data As Byte() _
)
[C#]
public override void ParseBytes(
   byte[] data
);

Parameters

data
The raw message as received from the server

See Also

MSNMessage Class | XihSolutions.DotMSN.Core Namespace