Interface IDownloadFileService
Interface IDownloadFileService
Namespace: ISynergy.Framework.Mvvm.Abstractions.Services
Assembly: ISynergy.Framework.Mvvm.dll
Syntax
public interface IDownloadFileService
Methods
View SourceDownloadFileAsync(String, String, Byte[])
Downloads the file asynchronous.
Declaration
Task DownloadFileAsync(string folder, string filename, byte[] file)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | folder | |
| System.String | filename | The filename. |
| System.Byte[] | file | The file. |
Returns
| Type | Description |
|---|---|
| Task | Task. |