DotMSN

P2PMessageSession.OnHandshakeCompleted Method 

Occurs when an acknowledgement to a send handshake has been received, or a handshake is received. This will start the data transfer, provided the local client is the sender.

[Visual Basic]
Overridable Protected Sub OnHandshakeCompleted( _
   ByVal processor As P2PDirectProcessor _
)
[C#]
protected virtual void OnHandshakeCompleted(
   P2PDirectProcessor processor
);

See Also

P2PMessageSession Class | XihSolutions.DotMSN.DataTransfer Namespace