C# 클래스 DOAP.Response.Response

The base response class
파일 보기 프로젝트 열기: TWith2Sugars/DOAP

공개 메소드들

메소드 설명
Error ( ) : string

Returns the OAuth error from the

StatusCode ( ) : HttpStatusCode

Gets the Http Status code based on the OAuth error

메소드 상세

Error() 공개 메소드

Returns the OAuth error from the
public Error ( ) : string
리턴 string

StatusCode() 공개 메소드

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