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