Legend
| Constructor: HttpResponseContent( |
HttpStatusCode | status | The HTTP status code to return. |
HttpResponseHeaders | headers | HTTP response headers to include in the response. |
Func<Stream> | contentStreamDelegate |
A delegate that generates or returns a Stream, which in turn provides the content to return as part of this
response. Can be null for empty responses. |