HtmlWebPostResponseHandler Delegate | 
 
            Represents the method that will handle the PostResponse event.
            
 
    Namespace: 
   WorkflowGen.My.HtmlAgilityPack
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.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