Overload List
Name | Description | |
---|---|---|
UploadFileAsync(UploadFileParameters) |
Upload a file from a filename. This method does not block the calling thread.
| |
UploadFileAsync(UploadStream) |
Upload a file from a stream. This method does not block the calling thread.
| |
UploadFileAsync(String) |
Upload a file from a file name. This method does not block the calling thread.
| |
UploadFileAsync(UploadFileParameters, UploadStream) |
Upload a file from a stream. This method does not block the calling thread.
| |
UploadFileAsync(UploadStream, String) |
Upload a file from a stream. This method does not block the calling thread.
| |
UploadFileAsync(String, String) |
Upload a file from a file name. This method does not block the calling thread.
| |
UploadFileAsync(UploadStream, String, String) |
Upload a file from a stream. This method does not block the calling thread.
| |
UploadFileAsync(String, String, String) |
Upload a file from a file name. This method does not block the calling thread.
| |
UploadFileAsync(UploadStream, String, String, String) |
Upload a file from a stream. This method does not block the calling thread.
| |
UploadFileAsync(String, String, String, String) |
Upload a file from a file name. This method does not block the calling thread.
|