DotMSN

P2PMessageSession.HandshakeMessage Property

The handshake message to send to the receiving client when a direct connection has been established

[Visual Basic]
Public Property HandshakeMessage As P2PDCHandshakeMessage
[C#]
public P2PDCHandshakeMessage HandshakeMessage {get; set;}

Remarks

If this property is set to null no handshake message is sent.

See Also

P2PMessageSession Class | XihSolutions.DotMSN.DataTransfer Namespace