Class HttpHostContext.HttpResponse
Represents an HTTP response.
public sealed class HttpHostContext.HttpResponse
- Inheritance
-
HttpHostContext.HttpResponse
- Inherited Members
Properties
- Headers
Gets or sets the list of headers associated with the response.
- ResponseStream
Gets or sets the stream for the response content.
- SendChunked
Gets or sets an boolean indicating if this HttpHostContext.HttpResponse should be send in chunks or not.
- StatusCode
Gets or sets the HTTP status code of the response.
- StatusDescription
Gets or sets the status description of the response.
Methods
- GetEventStream()
Asynchronously gets an event stream writer with UTF-8 encoding.
- GetEventStream(Encoding)
Asynchronously gets an event stream writer with the specified encoding.
- GetResponseStream()
Asynchronously gets the content stream for the response.