INetworkSendUrlRequestHandler Property | 
Namespace: DotNetBrowser.Net
IHandler<SendUrlRequestParameters, SendUrlRequestResponse> SendUrlRequestHandler { get; set; }
| Exception | Condition | 
|---|---|
| ObjectDisposedException | The INetwork object has already been disposed. | 
Use the Override(String) method to override the requested URL.
Use the Continue method to proceed without changes.
If exception occurs inside the handler, the default behavior will be applied - the Continue method will be used.