DotMSN

SocketMessageProcessor.SendMessage Method 

The base class does nothing here. Descendant classes should implement this function by encoding the message in a byte array and send it using the SendSocketData method.

[Visual Basic]
Overridable Public Sub SendMessage( _
   ByVal message As NetworkMessage _
) _
    Implements IMessageProcessor.SendMessage
[C#]
public virtual void SendMessage(
   NetworkMessage message
);

Parameters

message

Implements

IMessageProcessor.SendMessage

See Also

SocketMessageProcessor Class | XihSolutions.DotMSN.Core Namespace