Obtains the server Response object, if available (for example, if the module is running on the server).
public IResponse getResponse()
Returns an IResponse interface that can be used to manipulate an IIS response. This is an interface to the Response object used in IIS.
The Response object can used to send output to the client. For information on the Response object, see the Microsoft Active Server Pages (ASP) documentation.
See Also getServerMode, getRequest