DotMSN

P2PHandler.MessageProcessor Property

The message processor that will send the created P2P messages to the remote contact.

[Visual Basic]
NotOverridable Public Property MessageProcessor As IMessageProcessor _
    Implements IMessageHandler.MessageProcessor
[C#]
public XihSolutions.DotMSN.Core.IMessageProcessor MessageProcessor {get; set;}

Implements

IMessageHandler.MessageProcessor

See Also

P2PHandler Class | XihSolutions.DotMSN.DataTransfer Namespace