DropboxTokenResponse Class

Version 1.0.0-beta001
.NET Framework 4.7
Namespace Skybrud.Social.Dropbox.Responses.Authentication
Assembly Skybrud.Social.Dropbox.dll
Visibility Public
Inheritance

Class representing a response with information about an access token.

public class DropboxTokenResponse : DropboxResponse<T> { }

Properties

Type Name Summary
DropboxToken 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

Parses the specified response into an instance of DropboxTokenResponse.