ReceiveResponse 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.
A response received by a IStreamingTransportServer or IStreamingTransportClient.
public class ReceiveResponse
type ReceiveResponse = class
Public Class ReceiveResponse
- Inheritance
-
ReceiveResponse
Constructors
ReceiveResponse() |
Properties
StatusCode |
Gets or sets the status code of this response. |
Streams |
Gets or sets the collection of IContentStreams contained within this response. |
Extension 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. |