Jaa


ReceiveResponseExtensions Class

Definition

Helper methods added to the ReceiveResponse class.

public static class ReceiveResponseExtensions
type ReceiveResponseExtensions = class
Public Module ReceiveResponseExtensions
Inheritance
ReceiveResponseExtensions

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