Visual Basic Reference

EndRequest Event

See Also    Example    Applies To

Occurs when the WebClass object finishes processing an HTTP request and returns a response to the client.

Syntax

Private Subobject_EndRequest()

The object placeholder represents an object expression that evaluates to an object in the Applies To list.

Remark

Unless a fatal error occurs, the EndRequest****is the last event received by a WebClass for a given HTTP request. If a fatal error occurs before EndRequest is fired, the EndRequest event will not be fired. If a fatal error occurs within the EndRequest event, the FatalErrorResponse event will be fired after the EndRequest event.