HttpResponse Properties
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Buffer | Gets or sets a value indicating whether to buffer output and send it after the complete response is finished processing. |
![]() | BufferOutput | Gets or sets a value indicating whether to buffer output and send it after the complete page is finished processing. |
![]() | Cache | Gets the caching policy (such as expiration time, privacy settings, and vary clauses) of a 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 output stream. |
![]() | ClientDisconnectedToken | Gets a CancellationToken object that is tripped when the client disconnects. |
![]() | 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 earlier 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 earlier versions of ASP. |
![]() | Filter | Gets or sets a wrapping filter object that is used to modify the HTTP entity body before transmission. |
![]() | HeaderEncoding | Gets or sets an Encoding object that represents the encoding for the current header output stream. |
![]() | 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 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. |
![]() | SubStatusCode | Gets or sets a value qualifying the status code of the response. |
![]() | SupportsAsyncFlush | Gets a value that indicates whether the connection supports asynchronous flush operations. |
![]() | SuppressContent | Gets or sets a value indicating 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. |
