C# Класс withSIX.Sync.Core.Transfer.Specs.FileDownloadSpec

Наследование: TransferSpec
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
FileDownloadSpec ( Uri uri, IAbsoluteFilePath localFile ) : System
FileDownloadSpec ( Uri uri, IAbsoluteFilePath localFile, ITransferProgress progress ) : System
FileDownloadSpec ( Uri uri, string localFile ) : System
FileDownloadSpec ( string url, IAbsoluteFilePath localFile ) : System
FileDownloadSpec ( string url, IAbsoluteFilePath localFile, ITransferProgress progress ) : System
FileDownloadSpec ( string url, string localFile ) : System
FileDownloadSpec ( string url, string localFile, ITransferProgress progress ) : System

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

FileDownloadSpec() публичный Метод

public FileDownloadSpec ( Uri uri, IAbsoluteFilePath localFile ) : System
uri System.Uri
localFile IAbsoluteFilePath
Результат System

FileDownloadSpec() публичный Метод

public FileDownloadSpec ( Uri uri, IAbsoluteFilePath localFile, ITransferProgress progress ) : System
uri System.Uri
localFile IAbsoluteFilePath
progress ITransferProgress
Результат System

FileDownloadSpec() публичный Метод

public FileDownloadSpec ( Uri uri, string localFile ) : System
uri System.Uri
localFile string
Результат System

FileDownloadSpec() публичный Метод

public FileDownloadSpec ( string url, IAbsoluteFilePath localFile ) : System
url string
localFile IAbsoluteFilePath
Результат System

FileDownloadSpec() публичный Метод

public FileDownloadSpec ( string url, IAbsoluteFilePath localFile, ITransferProgress progress ) : System
url string
localFile IAbsoluteFilePath
progress ITransferProgress
Результат System

FileDownloadSpec() публичный Метод

public FileDownloadSpec ( string url, string localFile ) : System
url string
localFile string
Результат System

FileDownloadSpec() публичный Метод

public FileDownloadSpec ( string url, string localFile, ITransferProgress progress ) : System
url string
localFile string
progress ITransferProgress
Результат System