DotMSN

MSNSLPHandler.SendInvitation Method (String, String, String, Stream)

Sends the remote contact a request for the filetransfer. The invitation message is send over the current MessageProcessor.

[Visual Basic]
Overloads Public Function SendInvitation( _
   ByVal localContact As String, _
   ByVal remoteContact As String, _
   ByVal filename As String, _
   ByVal file As Stream _
) As P2PTransferSession
[C#]
public P2PTransferSession SendInvitation(
   string localContact,
   string remoteContact,
   string filename,
   Stream file
);

Parameters

localContact
remoteContact
filename
file

See Also

MSNSLPHandler Class | XihSolutions.DotMSN.DataTransfer Namespace | MSNSLPHandler.SendInvitation Overload List