C# 클래스 Qiniu.Http.HttpCode

用于解析HTTP Status Code 参考http://developer.qiniu.com/article/developer/response-body.html @fengyh 2016-08-17 18:28
파일 보기 프로젝트 열기: qiniu/csharp-sdk 1 사용 예제들

공개 메소드들

메소드 설명
GetErrorMessage ( int code, string &errorMsg ) : bool
GetMessage ( int code ) : string

메소드 상세

GetErrorMessage() 공개 정적인 메소드

public static GetErrorMessage ( int code, string &errorMsg ) : bool
code int
errorMsg string
리턴 bool

GetMessage() 공개 정적인 메소드

public static GetMessage ( int code ) : string
code int
리턴 string