HttpResponseBase Properties
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Buffer | Gets or sets a value that indicates whether to buffer output and send it after the complete response has finished processing. |
![]() | BufferOutput | Gets or sets a value that indicates whether to buffer output and send it after the complete page has finished processing. |
![]() | Cache | Gets the caching policy (such as expiration time, privacy settings, and vary clauses) of the current Web page. |
![]() | CacheControl | Gets or sets the Cache-Control HTTP header that matches one of the HttpCacheability enumeration values. |
![]() | Charset | Gets or sets the HTTP character set of the current response. |
![]() | ClientDisconnectedToken | Gets a CancellationToken object that is tripped when the client disconnects. |
![]() | ContentEncoding | Gets or sets the content encoding of the current response. |
![]() | ContentType | Gets or sets the HTTP MIME type of the current response. |
![]() | Cookies | Gets the response cookie collection. |
![]() | Expires | Gets or sets the number of minutes before a page that is cached on the client or proxy expires. If the user returns to the same page before it expires, the cached version is displayed. Expires is provided for compatibility with earlier versions of Active Server Pages (ASP). |
![]() | ExpiresAbsolute | Gets or sets the absolute date and time at which cached information expires in the cache. ExpiresAbsolute is provided for compatibility with earlier versions of Active Server Pages (ASP). |
![]() | Filter | Gets or sets a filter object that is used to modify the HTTP entity body before transmission. |
![]() | HeaderEncoding | Gets or sets the encoding for the header of the current response. |
![]() | Headers | Gets the collection of response headers. |
![]() | HeadersWritten | [Supported in the .NET Framework 4.5.2 and later versions] Gets a value indicating whether the response headers have been written. |
![]() | IsClientConnected | Gets a value that indicates whether the client is connected to the server. |
![]() | IsRequestBeingRedirected | Gets a value that indicates whether the client is being redirected to a new location. |
![]() | Output | Gets the object that enables text output to the HTTP response stream. |
![]() | OutputStream | Gets the object that enables binary output to the outgoing HTTP content body. |
![]() | RedirectLocation | Gets or sets the value of the HTTP Location header. |
![]() | Status | Gets or sets the Status value that is returned to the client. |
![]() | StatusCode | Gets or sets the HTTP status code of the output that is returned to the client. |
![]() | StatusDescription | Gets or sets the HTTP status message of the output that is returned to the client. |
![]() | SubStatusCode | Gets or sets a value that qualifies the status code of the response. |
![]() | SupportsAsyncFlush | Gets a value that indicates whether the connection supports asynchronous flush operation. |
![]() | SuppressContent | Gets or sets a value that indicates whether to send HTTP content to the client. |
![]() | SuppressDefaultCacheControlHeader | [Supported in the .NET Framework 4.5.2 and later versions] Gets or sets a value indicating whether to suppress the default Cache Control: private header for the current HTTP response. |
![]() | SuppressFormsAuthenticationRedirect | Gets or sets a value that specifies whether forms authentication redirection to the login page should be suppressed. |
![]() | TrySkipIisCustomErrors | Gets or sets a value that specifies whether IIS 7.0 custom errors are disabled. |
