ComponentPro UltimateFtp

      UploadUniqueFileAsync Methods

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      Begins an asynchronous operation to upload the content of the data stream to the file with unique pathname on the server.

      Overload List

      UploadUniqueFileAsync(Stream, ExtendedAsyncCompletedEventHandler<String>, Object)Begins an asynchronous operation to upload the content of the data stream to the file with unique pathname on the server.UploadUniqueFileAsync(Stream, Object)Begins an asynchronous operation to upload the content of the data stream to the file with unique pathname on the server.UploadUniqueFileAsync(String, ExtendedAsyncCompletedEventHandler<String>, Object)Begins an asynchronous operation to upload the content of the local file to the file with unique pathname on the server.UploadUniqueFileAsync(String, Object)Begins an asynchronous operation to upload the content of the local file to the file with unique pathname on the server.UploadUniqueFileAsync(Stream)Begins an asynchronous operation to upload the content of the data stream to the file with unique pathname on the server.UploadUniqueFileAsync(String)Begins an asynchronous operation to upload the content of the local file to the file with unique pathname on the server.
      Top

      See Also