Begins an asynchronous operation to upload the content of the data stream to the file on the server.
UploadFileAsync(Stream, String, ExtendedAsyncCompletedEventHandler<Int64>, Object) | Begins an asynchronous operation to upload the content of the data stream to the file on the server. |
UploadFileAsync(Stream, String, Object) | Begins an asynchronous operation to upload the content of the data stream to the file on the server. |
UploadFileAsync(String, String, ExtendedAsyncCompletedEventHandler<Int64>, Object) | Begins an asynchronous operation to upload the content of the local file to the file on the server. |
UploadFileAsync(String, String, Object) | Begins an asynchronous operation to upload the content of the local file to the file on the server. |
UploadFileAsync(Stream, String, Int64, Int64, ExtendedAsyncCompletedEventHandler<Int64>, Object) | Begins an asynchronous operation to upload the content of the data stream to the file on the server. |
UploadFileAsync(Stream, String, Int64, Int64, Object) | Begins an asynchronous operation to upload the content of the data stream to the file on the server. |
UploadFileAsync(String, String, Int64, Int64, Int64, ExtendedAsyncCompletedEventHandler<Int64>, Object) | Begins an asynchronous operation to upload the content of the local file to the file on the server. |
UploadFileAsync(String, String, Int64, Int64, Int64, Object) | Begins an asynchronous operation to upload the content of the local file to the file on the server. |
UploadFileAsync(Stream, String) | Begins an asynchronous operation to upload the content of the data stream to the file on the server. |
UploadFileAsync(String, String) | Begins an asynchronous operation to upload the content of the local file to the file on the server. |
UploadFileAsync(Stream, String, Int64, Int64) | Begins an asynchronous operation to upload the content of the data stream to the file on the server. |
UploadFileAsync(String, String, Int64, Int64, Int64) | Begins an asynchronous operation to upload the content of the local file to the file on the server. |