Class DownloadResult
Inheritance
DownloadResult
Assembly: Glitch9.IO.dll
Syntax
public sealed class DownloadResult : RESTResponse, IResult
Constructors
|
Edit this page
View Source
DownloadResult(string, ulong)
Declaration
public DownloadResult(string downloadPath, ulong fileSizeInBytes)
Parameters
| Type |
Name |
Description |
| string |
downloadPath |
|
| ulong |
fileSizeInBytes |
|
Properties
|
Edit this page
View Source
DownloadPath
Declaration
public string DownloadPath { get; }
Property Value
|
Edit this page
View Source
FileSizeInBytes
Declaration
public ulong FileSizeInBytes { get; }
Property Value
|
Edit this page
View Source
HasBody
Whether the API response has an empty body.
Declaration
public override bool HasBody { get; }
Property Value
Overrides
Implements
Extension Methods