DotMSN

NetworkMessage.ParseBytes Method 

Parses incoming byte data send from the network. Must be implemented by derived classes.

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

Parameters

data
The raw message as received from the server

See Also

NetworkMessage Class | XihSolutions.DotMSN.Core Namespace