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
Buffer bool. Controls whether to buffer the response before sending the data to the client. BufferOutput bool. Controls whether to buffer the response before sending the data to the client. [read-only] Cache HttpCachePolicy. Documentation for this section has not yet been entered. CacheControl string. Documentation for this section has not yet been entered. Charset string. The character set used on the HTTP response. ContentEncoding System.Text.Encoding. The encoding used for writing the response. ContentType string. The value of the "Content-Type" header (identifies the MIME type of the current response). [read-only] Cookies HttpCookieCollection. The Cookies that will be sent back to the client. Expires int. Documentation for this section has not yet been entered. ExpiresAbsolute DateTime. Documentation for this section has not yet been entered. Filter System.IO.Stream. Documentation for this section has not yet been entered. HeaderEncoding System.Text.Encoding. Documentation for this section has not yet been entered. [read-only] IsClientConnected bool. Returns whether the client is still connected. [read-only] IsRequestBeingRedirected bool. Documentation for this section has not yet been entered. [read-only] Output System.IO.TextWriter. A System.IO.TextWriter to write the HTTP response. [read-only] OutputStream System.IO.Stream. A write-only stream for producing the HTTP response. RedirectLocation string. The redirection location on the HTTP headers. Status string. Sets the HTTP status return. StatusCode int. The HTTP status code that will be returned to the client. StatusDescription string. The HTTP description sent on the response. SuppressContent bool. Controls whether the page will generate any output.