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