C# Class Qiniu.Http.HttpCode

用于解析HTTP Status Code 参考http://developer.qiniu.com/article/developer/response-body.html @fengyh 2016-08-17 18:28
Datei anzeigen Open project: qiniu/csharp-sdk Class Usage Examples

Public Methods

Method Description
GetErrorMessage ( int code, string &errorMsg ) : bool
GetMessage ( int code ) : string

Method Details

GetErrorMessage() public static method

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

GetMessage() public static method

public static GetMessage ( int code ) : string
code int
return string