C# Class withSIX.Sync.Core.Transfer.FileUploaderExtensions

Show file Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
Upload ( this uploader, IAbsoluteFilePath localFile, Uri uri ) : void
Upload ( this uploader, IAbsoluteFilePath localFile, Uri uri, ITransferProgress progress ) : void
Upload ( this uploader, IAbsoluteFilePath localFile, string url ) : void
Upload ( this uploader, IAbsoluteFilePath localFile, string url, ITransferProgress progress ) : void
UploadAsync ( this uploader, IAbsoluteFilePath localFile, Uri uri ) : System.Threading.Tasks.Task
UploadAsync ( this uploader, IAbsoluteFilePath localFile, Uri uri, ITransferProgress progress ) : System.Threading.Tasks.Task
UploadAsync ( this uploader, IAbsoluteFilePath localFile, string url ) : System.Threading.Tasks.Task
UploadAsync ( this uploader, IAbsoluteFilePath localFile, string url, ITransferProgress progress ) : System.Threading.Tasks.Task

Method Details

Upload() public static method

public static Upload ( this uploader, IAbsoluteFilePath localFile, Uri uri ) : void
uploader this
localFile IAbsoluteFilePath
uri System.Uri
return void

Upload() public static method

public static Upload ( this uploader, IAbsoluteFilePath localFile, Uri uri, ITransferProgress progress ) : void
uploader this
localFile IAbsoluteFilePath
uri System.Uri
progress ITransferProgress
return void

Upload() public static method

public static Upload ( this uploader, IAbsoluteFilePath localFile, string url ) : void
uploader this
localFile IAbsoluteFilePath
url string
return void

Upload() public static method

public static Upload ( this uploader, IAbsoluteFilePath localFile, string url, ITransferProgress progress ) : void
uploader this
localFile IAbsoluteFilePath
url string
progress ITransferProgress
return void

UploadAsync() public static method

public static UploadAsync ( this uploader, IAbsoluteFilePath localFile, Uri uri ) : System.Threading.Tasks.Task
uploader this
localFile IAbsoluteFilePath
uri System.Uri
return System.Threading.Tasks.Task

UploadAsync() public static method

public static UploadAsync ( this uploader, IAbsoluteFilePath localFile, Uri uri, ITransferProgress progress ) : System.Threading.Tasks.Task
uploader this
localFile IAbsoluteFilePath
uri System.Uri
progress ITransferProgress
return System.Threading.Tasks.Task

UploadAsync() public static method

public static UploadAsync ( this uploader, IAbsoluteFilePath localFile, string url ) : System.Threading.Tasks.Task
uploader this
localFile IAbsoluteFilePath
url string
return System.Threading.Tasks.Task

UploadAsync() public static method

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