DropboxResponse Class

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

Class representing a response from of the Dropbox API.

public abstract class DropboxResponse : HttpResponseBase { }

Properties

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