HttpResponseHandler Delegate

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Event handler delegate for the HTTP proxy's BeforeResponse events

Namespace:  ArtOfTest.WebAii.Messaging.Http
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public delegate void HttpResponseHandler(
	Object sender,
	HttpResponseEventArgs args
)

Parameters

sender
Type: SystemObject
The HttpProxyManager
args
Type: ArtOfTest.WebAii.Messaging.HttpHttpResponseEventArgs
EventArgs object containing the response from the web server before it has been sent to the downstream browser
See Also

Reference