ReceiveRequestExtensions 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.
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. |