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: 2.4.0.0 (2.4.0.0)
Syntax
public delegate void PostResponseHandler(
	HttpWebRequest request,
	HttpWebResponse response
)

Parameters

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