| HtmlWebPostResponseHandler Delegate | 
            Represents the method that will handle the PostResponse event.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic delegate void PostResponseHandler(
	HttpWebRequest request,
	HttpWebResponse response
)
Public Delegate Sub PostResponseHandler ( 
	request As HttpWebRequest,
	response As HttpWebResponse
)
Parameters
- request
 - Type: System.NetHttpWebRequest
 - response
 - Type: System.NetHttpWebResponse
 
See Also