ReceiveRequest Class

Definition

An incoming request from a remote client.

public class ReceiveRequest
type ReceiveRequest = class
Public Class ReceiveRequest
Inheritance
ReceiveRequest

Constructors

ReceiveRequest()

Properties

Path

Gets or sets the path this request wants to be routed to.

Streams

Gets or sets the collection of stream attachments included in this request.

Verb

Gets or sets the verb action this request wants to perform.

Extension 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