DotMSN

P2PHandler.SetSessionIdentifiersAfterAck Method 

After the first acknowledgement we must set the identifier of the remote client.

[Visual Basic]
Protected Function SetSessionIdentifiersAfterAck( _
   ByVal receivedMessage As P2PMessage _
) As P2PMessageSession
[C#]
protected P2PMessageSession SetSessionIdentifiersAfterAck(
   P2PMessage receivedMessage
);

Parameters

receivedMessage

See Also

P2PHandler Class | XihSolutions.DotMSN.DataTransfer Namespace