The HttpResponse Class (Response Intrinsic Object)

The Request object is used to send information from web server to the client browser. Table B.12 describes the HttpResponse class properties. Table B.13 describes the HttpResponse class methods.

Table B.12. Response Class Properties
Property Description
Buffer Gets or sets a boolean that switches buffering on or off.
BufferOutput Gets or sets a value indicating whether HTTP output is buffered.
Cache Returns the caching semantics of the web page (expiration time, privacy, and vary clauses).
CacheControl Sets the CacheControl HTTP header to Public or Private.
Charset Gets or sets the output character set for HTTP output.
ContentEncoding Gets or sets the HTTP character set of output.
ContentType ...

Get Inside ASP.NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.