DotMSN

P2PHandler.AddSessionProcessor Method 

Sets the specified messageprocessor as the default messageprocessor for the message session.

[Visual Basic]
Overridable Protected Sub AddSessionProcessor( _
   ByVal session As P2PMessageSession, _
   ByVal processor As IMessageProcessor _
)
[C#]
protected virtual void AddSessionProcessor(
   P2PMessageSession session,
   IMessageProcessor processor
);

Parameters

session
processor

See Also

P2PHandler Class | XihSolutions.DotMSN.DataTransfer Namespace