This documentation is archived and is not being maintained.
HttpResponse Properties
.NET Framework 1.1
The properties of the HttpResponse class are listed here. For a complete list of HttpResponse class members, see the HttpResponse Members topic.
Public Properties
Buffer | Gets or sets a value indicating whether to buffer output and send it after the entire response is finished processing. |
BufferOutput | Gets or sets a value indicating whether to buffer output and send it after the entire page is finished processing. |
Cache | Gets the caching policy (expiration time, privacy, vary clauses) of a Web page. |
CacheControl | Sets the Cache-Control HTTP header to Public or Private. |
Charset | Gets or sets the HTTP character set of the output stream. |
ContentEncoding | Gets or sets the HTTP character set of the output stream. |
ContentType | Gets or sets the HTTP MIME type of the output stream. |
Cookies | Gets the response cookie collection. |
Expires | 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. Expires is provided for compatiblility with previous versions of ASP. |
ExpiresAbsolute | Gets or sets the absolute date and time at which to remove cached information from the cache.
ExpiresAbsolute is provided for compatibility with previous versions of ASP. |
Filter | Gets or sets a wrapping filter object used to modify the HTTP entity body before transmission. |
IsClientConnected | Gets a value indicating whether the client is still connected to the server. |
Output | Enables output of text to the outgoing HTTP response stream. |
OutputStream | Enables binary output to the outgoing HTTP content body. |
RedirectLocation | Gets or sets the value of the Http Location header. |
Status | Sets the Status line that is returned to the client. |
StatusCode | Gets or sets the HTTP status code of the output returned to the client. |
StatusDescription | Gets or sets the HTTP status string of the output returned to the client. |
SuppressContent | Gets or sets a value indicating whether to send HTTP content to the client. |
See Also
Show:
