Class ApiRequestResponse
The response of an executed ApiRequest
public class ApiRequestResponse
- Inheritance
-
ApiRequestResponse
- Inherited Members
Properties
ApiRequest
Gets the ApiRequest that resulted in this response
public ApiRequest ApiRequest { get; }
Property Value
Headers
Contains additional response headers (if any)
public Dictionary<string, string> Headers { get; }
Property Value
Response
The JSON response
public string Response { get; }
Property Value
StatusCode
Contains the request http status code
public HttpStatusCode StatusCode { get; }