DropboxDownloadResponse Class
Version 1.0.0-beta001
.NET Framework 4.7
Namespace | Skybrud.Social.Dropbox.Responses.Files |
---|---|
Assembly | Skybrud.Social.Dropbox.dll |
Visibility | Public |
Inheritance |
Options for a request to download a single Dropbox file.
public class DropboxDownloadResponse : DropboxResponse { }
Properties
Type | Name | Summary |
---|---|---|
Array of Byte | Body |
Gets an array of Byte representing the binary contents of the file. |
DropboxFileMetadata | Result |
Gets metadata about the downloaded file. |
IHttpResponse | Response (inherited from HttpResponseBase) | |
HttpStatusCode | StatusCode (inherited from HttpResponseBase) | |
String | StatusDescription (inherited from HttpResponseBase) | |
String | Method (inherited from HttpResponseBase) | |
String | ContentType (inherited from HttpResponseBase) | |
IHttpHeaderCollection | Headers (inherited from HttpResponseBase) |
Methods
Parse(IHttpResponse)
(static)
Parses the specified |