Class StreamingApiResponse
public class StreamingApiResponse : ApiResponse, IDisposable, IAsyncDisposable
- Inheritance
-
StreamingApiResponse
- Implements
- Inherited Members
Constructors
StreamingApiResponse(string, HttpResponseMessage)
public StreamingApiResponse(string jsonContent, HttpResponseMessage originalResponse)
Parameters
jsonContentstringoriginalResponseHttpResponseMessage
Methods
GetEntity()
Gets the HTTP content of the response.
public override HttpContent GetEntity()
Returns
GetHeaders()
Gets the HTTP response headers from the original response.
public override HttpResponseHeaders GetHeaders()
Returns
- HttpResponseHeaders
The HTTP response headers.
GetJsonContent()
public string GetJsonContent()