Mono Class Library: Overview

System.Web.HttpResponse: Property Members

The properties of System.Web.HttpResponse are listed below. For a list of all members, see the HttpResponse Members list.

See Also: Inherited members from System.Object

Public Properties

Bufferbool. Controls whether to buffer the response before sending the data to the client.
BufferOutputbool. Controls whether to buffer the response before sending the data to the client.
[read-only]
CacheHttpCachePolicy. Documentation for this section has not yet been entered.
CacheControlstring. Documentation for this section has not yet been entered.
Charsetstring. The character set used on the HTTP response.
ContentEncodingSystem.Text.Encoding. The encoding used for writing the response.
ContentTypestring. The value of the "Content-Type" header (identifies the MIME type of the current response).
[read-only]
CookiesHttpCookieCollection. The Cookies that will be sent back to the client.
Expiresint. Documentation for this section has not yet been entered.
ExpiresAbsoluteDateTime. Documentation for this section has not yet been entered.
FilterSystem.IO.Stream. Documentation for this section has not yet been entered.
HeaderEncodingSystem.Text.Encoding. Documentation for this section has not yet been entered.
[read-only]
IsClientConnectedbool. Returns whether the client is still connected.
[read-only]
IsRequestBeingRedirectedbool. Documentation for this section has not yet been entered.
[read-only]
OutputSystem.IO.TextWriter. A System.IO.TextWriter to write the HTTP response.
[read-only]
OutputStreamSystem.IO.Stream. A write-only stream for producing the HTTP response.
RedirectLocationstring. The redirection location on the HTTP headers.
Statusstring. Sets the HTTP status return.
StatusCodeint. The HTTP status code that will be returned to the client.
StatusDescriptionstring. The HTTP description sent on the response.
SuppressContentbool. Controls whether the page will generate any output.