Overload List
Name | Description | |
---|---|---|
InitiateFileTransfer(Jid, String, String, Action<(Of <<'(Boolean, FileTransfer>)>>)) |
Offers the specified file to the XMPP user with the specified JID and, if
accepted by the user, transfers the file.
| |
InitiateFileTransfer(Jid, Stream, String, Int64, String, Action<(Of <<'(Boolean, FileTransfer>)>>)) |
Offers the XMPP user with the specified JID the file with the specified
name and, if accepted by the user, transfers the file using the supplied
stream.
|