ReceiveRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |