DotMSN

P2PMessageSession.AutoHandshake Property

Defines whether a direct connection handshake is automatically send to the remote client, or replied with an acknowledgement. Setting this to true means the remote client will start the transfer immediately. Setting this to false means the client programmer must send a handhsake message and an acknowledgement message after which the transfer will begin.

[Visual Basic]
Public Property AutoHandshake As Boolean
[C#]
public bool AutoHandshake {get; set;}

See Also

P2PMessageSession Class | XihSolutions.DotMSN.DataTransfer Namespace