ReceiveResponse Class

Definition

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

Constructors

Name Description
ReceiveResponse()

Properties

Name Description
StatusCode

Gets or sets the status code of this response.

Streams

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

Extension Methods

Name Description
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