DotMSN

P2PMessageSession.SendHandshakeMessage Method 

Sends the handshake message in a direct connection.

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

See Also

P2PMessageSession Class | XihSolutions.DotMSN.DataTransfer Namespace