Method | Description | |
---|---|---|
BuildHeader ( IRestResponse response ) : string |
Method to iterate through the response header list and concatenates a string to return header fields and values
|
|
ResponseHandler ( IRestResponse response ) : void |
Response handler to return HTTP Status Codes if an error with a request occurs
|
Method | Description | |
---|---|---|
ConvertUnixTime ( long unixDate ) : System.DateTime |
public static BuildHeader ( IRestResponse response ) : string | ||
response | IRestResponse | |
return | string |
public static ResponseHandler ( IRestResponse response ) : void | ||
response | IRestResponse | |
return | void |