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.
Gets or sets a value indicating whether to buffer output and send it after the complete response is finished processing. | |
BufferOutput | bool.
Gets or sets a value indicating whether to buffer output and send it after the complete page is finished processing. | |
[read-only] | Cache | HttpCachePolicy.
Gets the caching policy (such as expiration time, privacy settings, and vary clauses) of a Web page. |
CacheControl | string.
Gets or sets the Cache-Control HTTP header that matches one of the System.Web.HttpCacheability enumeration values. | |
Charset | string.
Gets or sets the HTTP character set of the output stream. | |
ContentEncoding | System.Text.Encoding.
Gets or sets the HTTP character set of the output stream. | |
ContentType | string.
Gets or sets the HTTP MIME type of the output stream. | |
[read-only] | Cookies | HttpCookieCollection.
Gets the response cookie collection. |
Expires | int.
Gets or sets the number of minutes before a page cached on a browser expires. If the user returns to the same page before it expires, the cached version is displayed. HttpResponse.Expires is provided for compatibility with earlier versions of ASP. | |
ExpiresAbsolute | DateTime.
Gets or sets the absolute date and time at which to remove cached information from the cache. HttpResponse.ExpiresAbsolute is provided for compatibility with earlier versions of ASP. | |
Filter | System.IO.Stream.
Gets or sets a wrapping filter object that is used to modify the HTTP entity body before transmission. | |
HeaderEncoding | System.Text.Encoding.
Gets or sets an System.Text.Encoding object that represents the encoding for the current header output stream. | |
[read-only] | IsClientConnected | bool.
Gets a value indicating whether the client is still connected to the server. |
[read-only] | IsRequestBeingRedirected | bool.
Gets a Boolean value indicating whether the client is being transferred to a new location. |
[read-only] | Output | System.IO.TextWriter.
Enables output of text to the outgoing HTTP response stream. |
[read-only] | OutputStream | System.IO.Stream.
Enables binary output to the outgoing HTTP content body. |
RedirectLocation | string.
Gets or sets the value of the Http Location header. | |
Status | string.
Sets the Status line that is returned to the client. | |
StatusCode | int.
Gets or sets the HTTP status code of the output returned to the client. | |
StatusDescription | string.
Gets or sets the HTTP status string of the output returned to the client. | |
SuppressContent | bool.
Gets or sets a value indicating whether to send HTTP content to the client. |