Class ApiRequestResponse
The response of an executed ApiRequest
Inherited Members
Namespace: PnP.Core.Services
Assembly: PnP.Core.dll
Syntax
public class ApiRequestResponse
Properties
ApiRequest
Gets the ApiRequest that resulted in this response
Declaration
public ApiRequest ApiRequest { get; }
Property Value
| ApiRequest |
Headers
Contains additional response headers (if any)
Declaration
public Dictionary<string, string> Headers { get; }
Property Value
| Dictionary<string, string> |
Response
StatusCode
Contains the request http status code
Declaration
public HttpStatusCode StatusCode { get; }
Property Value
| HttpStatusCode |