DotMSN

P2PMessageSession.GetTransferSession Method 

Returns the transfer session associated with the specified session identifier.

[Visual Basic]
Public Function GetTransferSession( _
   ByVal sessionId As UInt32 _
) As P2PTransferSession
[C#]
public P2PTransferSession GetTransferSession(
   uint sessionId
);

Parameters

sessionId

Return Value

See Also

P2PMessageSession Class | XihSolutions.DotMSN.DataTransfer Namespace