DotMSN

P2PMessageSession.AddTransferSession Method 

Adds the specified transfer session to the collection and sets the transfer session's message processor to be the message processor of the p2p message session. This is usally a SB message processor.

[Visual Basic]
Public Sub AddTransferSession( _
   ByVal session As P2PTransferSession _
)
[C#]
public void AddTransferSession(
   P2PTransferSession session
);

Parameters

session

See Also

P2PMessageSession Class | XihSolutions.DotMSN.DataTransfer Namespace