DhModule.getResponse

Overview | Methods | This Package | All Packages

DhModule.getResponse

Obtains the server Response object, if available (for example, if the module is running on the server).

Syntax

public IResponse getResponse()

Return Value

Returns an IResponse interface that can be used to manipulate an IIS response. This is an interface to the Response object used in IIS.

Remarks

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