Click or drag to resize
IResponse Methods

The IResponse type exposes the following members.

Methods
  NameDescription
Public methodAddHeader
Adds an HTTP header to the current response.
Public methodClear
Clears all headers and content output from the current response.
Public methodEnd
Sends all currently buffered output to the client, stops execution of the requested process.
Public methodRedirect
Redirects a request to the specified URL and specifies whether execution of the current process should terminate.
Public methodRedirectPermanent
Performs a permanent redirect from the requested URL to the specified URL, and provides the option to complete the response.
Public methodSetCookie
Updates an existing cookie in the cookie collection.
Public methodWrite
Writes the specified string to the HTTP response output stream.
Top
See Also