DotMSN

IMessageHandler.MessageProcessor Property

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.

[Visual Basic]
Property MessageProcessor As IMessageProcessor
[C#]
IMessageProcessor MessageProcessor {get; set;}

See Also

IMessageHandler Interface | XihSolutions.DotMSN.Core Namespace