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

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode 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 méthode

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

Upload() public static méthode

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

Upload() public static méthode

public static Upload ( this uploader, IAbsoluteFilePath localFile, string url ) : void
uploader this
localFile IAbsoluteFilePath
url string
Résultat void

Upload() public static méthode

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

UploadAsync() public static méthode

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

UploadAsync() public static méthode

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

UploadAsync() public static méthode

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

UploadAsync() public static méthode

public static UploadAsync ( this uploader, IAbsoluteFilePath localFile, string url, ITransferProgress progress ) : System.Threading.Tasks.Task
uploader this
localFile IAbsoluteFilePath
url string
progress ITransferProgress
Résultat System.Threading.Tasks.Task