Class FileDownload
Assembly: Inttegro.dll
Syntax
public sealed class FileDownload
Constructors
|
Edit this page
View Source
FileDownload(byte[], string?)
Declaration
public FileDownload(byte[] data, string? contentType = null)
Parameters
| Type |
Name |
Description |
| byte[] |
data |
|
| string |
contentType |
|
Properties
|
Edit this page
View Source
ContentType
Declaration
public string? ContentType { get; }
Property Value
|
Edit this page
View Source
Data
Declaration
public byte[] Data { get; }
Property Value
Methods
|
Edit this page
View Source
SaveToAsync(string, CancellationToken)
Declaration
public Task SaveToAsync(string path, CancellationToken cancellationToken = default)
Parameters
Returns