DotMSN

IMessageHandler Members

IMessageHandler overview

Public Instance Properties

MessageProcessor Gets or sets the processor of network messages. Every message handler is associated with a single message processor. This way the handler can initiate, or send, messages which are not a reply on incoming messages.

Public Instance Methods

HandleMessage A IMessageProcessor calls this method. The handler can then process the message.

See Also

IMessageHandler Interface | XihSolutions.DotMSN.Core Namespace