Method | Description | |
---|---|---|
Upload ( this uploader, IAbsoluteFilePath localFile, |
||
Upload ( this uploader, IAbsoluteFilePath localFile, |
||
Upload ( this uploader, IAbsoluteFilePath localFile, string url ) : void | ||
Upload ( this uploader, IAbsoluteFilePath localFile, string url, ITransferProgress progress ) : void | ||
UploadAsync ( this uploader, IAbsoluteFilePath localFile, |
||
UploadAsync ( this uploader, IAbsoluteFilePath localFile, |
||
UploadAsync ( this uploader, IAbsoluteFilePath localFile, string url ) : System.Threading.Tasks.Task | ||
UploadAsync ( this uploader, IAbsoluteFilePath localFile, string url, ITransferProgress progress ) : System.Threading.Tasks.Task |
public static Upload ( this uploader, IAbsoluteFilePath localFile, |
||
uploader | this | |
localFile | IAbsoluteFilePath | |
uri | ||
return | void |
public static Upload ( this uploader, IAbsoluteFilePath localFile, |
||
uploader | this | |
localFile | IAbsoluteFilePath | |
uri | ||
progress | ITransferProgress | |
return | void |
public static Upload ( this uploader, IAbsoluteFilePath localFile, string url ) : void | ||
uploader | this | |
localFile | IAbsoluteFilePath | |
url | string | |
return | void |
public static Upload ( this uploader, IAbsoluteFilePath localFile, string url, ITransferProgress progress ) : void | ||
uploader | this | |
localFile | IAbsoluteFilePath | |
url | string | |
progress | ITransferProgress | |
return | void |
public static UploadAsync ( this uploader, IAbsoluteFilePath localFile, |
||
uploader | this | |
localFile | IAbsoluteFilePath | |
uri | ||
return | System.Threading.Tasks.Task |
public static UploadAsync ( this uploader, IAbsoluteFilePath localFile, |
||
uploader | this | |
localFile | IAbsoluteFilePath | |
uri | ||
progress | ITransferProgress | |
return | System.Threading.Tasks.Task |
public static UploadAsync ( this uploader, IAbsoluteFilePath localFile, string url ) : System.Threading.Tasks.Task | ||
uploader | this | |
localFile | IAbsoluteFilePath | |
url | string | |
return | System.Threading.Tasks.Task |
public static UploadAsync ( this uploader, IAbsoluteFilePath localFile, string url, ITransferProgress progress ) : System.Threading.Tasks.Task | ||
uploader | this | |
localFile | IAbsoluteFilePath | |
url | string | |
progress | ITransferProgress | |
return | System.Threading.Tasks.Task |