Search Results for

    Show / Hide Table of Contents

    Class ApiRequestResponse

    The response of an executed ApiRequest

    Inheritance
    object
    ApiRequestResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    The JSON response

    Declaration
    public string Response { get; }
    Property Value
    string

    StatusCode

    Contains the request http status code

    Declaration
    public HttpStatusCode StatusCode { get; }
    Property Value
    HttpStatusCode

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer