HtmlWebPreRequestHandler Delegate |
Represents the method that will handle the PreRequest event.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax public delegate bool PreRequestHandler(
HttpWebRequest request
)
Public Delegate Function PreRequestHandler (
request As HttpWebRequest
) As Boolean
Parameters
- request
- Type: System.NetHttpWebRequest
Return Value
Type:
BooleanSee Also