DotMSN

MSGMessage.ParseBytes Method 

Parses incoming byte data from the server. This will set the properties and message body with the values specified in the data array.

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

Parameters

data
The message as received from the server.

Exceptions

Exception Type Condition
DotMSNException Thrown when parsing fails.

See Also

MSGMessage Class | XihSolutions.DotMSN.Core Namespace