DropboxGetThumbnailBatchResponse Class
Version 1.0.0-beta001
.NET Framework 4.7
Namespace | Skybrud.Social.Dropbox.Responses.Files |
---|---|
Assembly | Skybrud.Social.Dropbox.dll |
Visibility | Public |
Inheritance |
|
Class representing the response of a request to get a batch of thumbnails.
public class DropboxGetThumbnailBatchResponse : DropboxResponse<T> { }
Properties
Type | Name | Summary |
---|---|---|
DropboxGetThumbnailBatchResult |
Body
(inherited from DropboxResponse<T >)
|
|
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 |