Del via


ReceiveResponse Class

Definition

public class ReceiveResponse
type ReceiveResponse = class
Public Class ReceiveResponse
Inheritance
ReceiveResponse

Constructors

ReceiveResponse()

Properties

StatusCode

Gets or sets the status code of this response.

Streams

Gets or sets the collection of IContentStreams contained within this response.

Extension Methods

ReadBodyAsJson<T>(ReceiveResponse)

Serializes the body of this ReceiveResponse as JSON.

ReadBodyAsString(ReceiveResponse)

Serializes the body of this ReceiveResponse as a String.

ReadBodyAsStringAsync(ReceiveResponse)

Serializes the body of this ReceiveResponse as a String.

Applies to