Method | Description | |
---|---|---|
MakeRequest ( string relativeUrl, HttpMethod method, string data ) : string | ||
ThrowServerError ( int statusCode ) : void |
Method | Description | |
---|---|---|
HandleErrors ( |
||
ParseResponse ( |
public MakeRequest ( string relativeUrl, HttpMethod method, string data ) : string | ||
relativeUrl | string | |
method | HttpMethod | |
data | string | |
return | string |
public ThrowServerError ( int statusCode ) : void | ||
statusCode | int | |
return | void |