Click or drag to resize

IWebClientSendingRequest Event

Occurs when a request is being sent.

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
event EventHandler<SendingRequestEventArgs> SendingRequest

Value

Type: SystemEventHandlerSendingRequestEventArgs
Remarks
Use this event to be notified when the WebClient sends a request.
See Also