C# Class DOAP.Response.Response

The base response class
Mostrar archivo Open project: TWith2Sugars/DOAP

Public Methods

Method Description
Error ( ) : string

Returns the OAuth error from the

StatusCode ( ) : HttpStatusCode

Gets the Http Status code based on the OAuth error

Method Details

Error() public method

Returns the OAuth error from the
public Error ( ) : string
return string

StatusCode() public method

Gets the Http Status code based on the OAuth error
public StatusCode ( ) : HttpStatusCode
return HttpStatusCode