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