Jaa


ReceiveRequestExtensions Class

Definition

Helper methods added to the ReceiveRequest class.

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

Methods

ReadBodyAsJson<T>(ReceiveRequest)

Serializes the body of this ReceiveRequest as JSON.

ReadBodyAsJsonAsync<T>(ReceiveRequest)

Serializes the body of this ReceiveRequest as JSON.

ReadBodyAsString(ReceiveRequest)

Reads the body of this ReceiveRequest as a string.

ReadBodyAsStringAsync(ReceiveRequest)

Reads the body of this ReceiveRequest as a string.

Applies to