Response Struct

Definition

Response to a REST Call.

public value class Response
public struct Response
type Response = struct
Public Structure Response
Inheritance
Response

Constructors

Response(Boolean, Func<Byte[]>, Int64)
Response(Boolean, Func<String>, Func<Byte[]>, Int64)
Response(Boolean, String, Byte[], Int64)

Constructor.

Response(Boolean, Task<String>, Func<Byte[]>, Int64)

Properties

ResponseBody

Response body from the resource.

ResponseCode

Response code from the resource.

ResponseData

Response data from the resource.

Successful

Was the REST call successful?

Methods

GetResponseBody()

Response body from the resource.

Applies to