Table of Contents

Class HttpHostContext.HttpResponse

Namespace
Sisk.Cadente
Assembly
Sisk.Cadente.dll

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.

StatusCode

Gets or sets the HTTP status code of the response.

StatusDescription

Gets or sets the status description of the response.

Methods

GetResponseStreamAsync(bool)

Asynchronously gets the content stream for the response.