Click or drag to resize

HtmlWebPostResponseHandler Delegate

Represents the method that will handle the PostResponse event.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public delegate void PostResponseHandler(
	HttpWebRequest request,
	HttpWebResponse response
)

Parameters

request
Type: System.NetHttpWebRequest
response
Type: System.NetHttpWebResponse
See Also