DotMSN

SocketMessageProcessor.OnMessageReceived Method 

This methods is called when data is retreived from the message pool. It represents a single message. The processor has to convert this to a NetworkMessage object and pass it on to a MessageHandler.

[Visual Basic]
Overridable Protected Sub OnMessageReceived( _
   ByVal data As Byte() _
)
[C#]
protected virtual void OnMessageReceived(
   byte[] data
);

Parameters

data

See Also

SocketMessageProcessor Class | XihSolutions.DotMSN.Core Namespace