Assembly: PDX.SDK
Namespace: PDX.SDK.Network.Models
Type: class public
Base: System.Object
public class Response
{
public System.Collections.Generic.Dictionary<System.String, System.String> Headers;
public System.Byte[] Body;
public System.Int32 StatusCode;
public Response();
public static PDX.SDK.Network.Models.Response CreateErrorResponse(System.String errorBody, System.Nullable<System.Int32> statusCode);
}public System.Collections.Generic.Dictionary<System.String, System.String> Headers
public System.Collections.Generic.Dictionary<System.String, System.String> Headers;public System.Byte[] Body
public System.Byte[] Body;public System.Int32 StatusCode
public System.Int32 StatusCode;public Response()
public Response();public static CreateErrorResponse(System.String errorBody, System.Nullable<System.Int32> statusCode = null) : PDX.SDK.Network.Models.Response
public static PDX.SDK.Network.Models.Response CreateErrorResponse(System.String errorBody, System.Nullable<System.Int32> statusCode);