Overload List

  NameDescription
Public methodInitiateFileTransfer(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.
Public methodInitiateFileTransfer(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.

See Also