C# Class DOAP.Response.Response

The base response class
Afficher le fichier Open project: TWith2Sugars/DOAP

Méthodes publiques

Méthode 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 méthode

Returns the OAuth error from the
public Error ( ) : string
Résultat string

StatusCode() public méthode

Gets the Http Status code based on the OAuth error
public StatusCode ( ) : HttpStatusCode
Résultat HttpStatusCode