Class SendUrlRequestResponse
- Namespace
- DotNetBrowser.Net.Handlers
- Assembly
- DotNetBrowser.dll
A response of the SendUrlRequestHandler.
public sealed class SendUrlRequestResponse
- Inheritance
-
SendUrlRequestResponse
- Inherited Members
Properties
- UrlToRequest
Gets the new URL to request.
Methods
- Cancel()
Creates a SendUrlRequestResponse that cancels loading process with the Aborted code.
- Continue()
Creates a SendUrlRequestResponse that continues loading process with the requested URL.
- Override(string)
Creates a SendUrlRequestResponse that overrides the requested URL.