| HtmlWebPreRequestHandler Delegate | 
            Represents the method that will handle the PreRequest event.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.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