C# Класс withSIX.Sync.Core.Transfer.FileUploaderExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Upload() публичный статический Метод

public static Upload ( this uploader, IAbsoluteFilePath localFile, Uri uri ) : void
uploader this
localFile IAbsoluteFilePath
uri System.Uri
Результат void

Upload() публичный статический Метод

public static Upload ( this uploader, IAbsoluteFilePath localFile, Uri uri, ITransferProgress progress ) : void
uploader this
localFile IAbsoluteFilePath
uri System.Uri
progress ITransferProgress
Результат void

Upload() публичный статический Метод

public static Upload ( this uploader, IAbsoluteFilePath localFile, string url ) : void
uploader this
localFile IAbsoluteFilePath
url string
Результат void

Upload() публичный статический Метод

public static Upload ( this uploader, IAbsoluteFilePath localFile, string url, ITransferProgress progress ) : void
uploader this
localFile IAbsoluteFilePath
url string
progress ITransferProgress
Результат void

UploadAsync() публичный статический Метод

public static UploadAsync ( this uploader, IAbsoluteFilePath localFile, Uri uri ) : System.Threading.Tasks.Task
uploader this
localFile IAbsoluteFilePath
uri System.Uri
Результат System.Threading.Tasks.Task

UploadAsync() публичный статический Метод

public static UploadAsync ( this uploader, IAbsoluteFilePath localFile, Uri uri, ITransferProgress progress ) : System.Threading.Tasks.Task
uploader this
localFile IAbsoluteFilePath
uri System.Uri
progress ITransferProgress
Результат System.Threading.Tasks.Task

UploadAsync() публичный статический Метод

public static UploadAsync ( this uploader, IAbsoluteFilePath localFile, string url ) : System.Threading.Tasks.Task
uploader this
localFile IAbsoluteFilePath
url string
Результат System.Threading.Tasks.Task

UploadAsync() публичный статический Метод

public static UploadAsync ( this uploader, IAbsoluteFilePath localFile, string url, ITransferProgress progress ) : System.Threading.Tasks.Task
uploader this
localFile IAbsoluteFilePath
url string
progress ITransferProgress
Результат System.Threading.Tasks.Task