DotMSN

MSNSLPHandler.CreateHandshakeMessage Method 

Creates the handshake message to send in a direct connection.

[Visual Basic]
Overridable Protected Function CreateHandshakeMessage( _
   ByVal properties As MSNSLPTransferProperties _
) As P2PDCHandshakeMessage
[C#]
protected virtual P2PDCHandshakeMessage CreateHandshakeMessage(
   MSNSLPTransferProperties properties
);

Parameters

properties

Return Value

See Also

MSNSLPHandler Class | XihSolutions.DotMSN.DataTransfer Namespace