DotMSN

NotificationMessage.ParseBytes Method 

Parses incoming byte data send from the network.

[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

NotificationMessage Class | XihSolutions.DotMSN.Core Namespace