The properties of the HttpResponse class are listed below. For a complete list of HttpResponse class members, see the HttpResponse Members topic.
Buffer | Same as BufferOutput. Provided only for ASP compatibility. |
BufferOutput | Gets or sets a value indicating whether HTTP output is buffered. |
Cache | Returns the caching semantics of the Web page (expiration time, privacy, vary clauses). |
CacheControl | Provided for ASP compatiblility. Use the Cache property instead. |
Charset | Gets or sets the HTTP charset of output. |
ContentEncoding | Gets or sets the HTTP character set of returned content. |
ContentType | Gets or sets the HTTP MIME type of output. |
Cookies | Gets the HttpCookie collection for the current request. |
Expires | Gets or sets the time, in minutes, until cached information will be removed from the cache. Provided for ASP compatiblility. Use the Cache Property instead. |
ExpiresAbsolute | Gets or sets the absolute time that cached information will be removed from the cache. Provided for ASP compatiblility. Use the Cache property instead. |
Filter | Specifies a wrapping filter object to modify HTTP entity body before transmission. |
IsClientConnected | Gets a value Indicating whether the client is still connected to the server. |
Output | Enables custom output to the outgoing Http content body. |
OutputStream | Enables binary output to the outgoing Http content body. |
Status | Same as StatusDescription. Provided only for ASP compatibility. |
StatusCode | Gets or sets the HTTP status code of output returned to client. |
StatusDescription | Gets or sets the HTTP status string of output returned to the client. |
SuppressContent | Gets or sets a value indicating that HTTP content will not be sent to client. |