P2PMessageSession routes all messages in the p2p framework between the local client and a single remote client.
For a list of all members of this type, see P2PMessageSession Members.
System.Object
XihSolutions.DotMSN.DataTransfer.P2PMessageSession
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
A single message session can hold multiple p2p transfer sessions. This for example occurs when a contact sends two files directly after each other in the same switchboard session. This class keeps track of the message identifiers, dispatches messages to registered message handlers and routes data messages to the correct P2PTransferSession objects. Usually this class is a handler of a switchboard processor. A common handler for this class is MSNSLPHandler.
Namespace: XihSolutions.DotMSN.DataTransfer
Assembly: XihSolutions.DotMSN (in XihSolutions.DotMSN.dll)
P2PMessageSession Members | XihSolutions.DotMSN.DataTransfer Namespace