Class RESTDownloadResponse
Inheritance
RESTDownloadResponse
Assembly: Glitch9.IO.dll
Syntax
public sealed class RESTDownloadResponse : RESTResponse, IResult
Constructors
|
Edit this page
View Source
RESTDownloadResponse(string)
Declaration
public RESTDownloadResponse(string outputPath)
Parameters
| Type |
Name |
Description |
| string |
outputPath |
|
Properties
|
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