HttpResponse Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| 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 compatibility 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. |
| HeaderEncoding | Gets or sets an Encoding object representing the encoding for the current header output stream. |
| IsClientConnected | Gets a value indicating whether the client is still connected to the server. |
| IsRequestBeingRedirected | Gets a Boolean value indicating whether the client is being transferred to a new location. |
| 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. |
Community Additions
ADD
Show: