Click or drag to resize

SendUrlRequestResponseContinue Method

Creates a SendUrlRequestResponse that continues loading process with the requested URL.

Namespace:  DotNetBrowser.Net.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public static SendUrlRequestResponse Continue()

Return Value

Type: SendUrlRequestResponse
The SendUrlRequestResponse instance that can be used as a return value in SendUrlRequestHandler implementation.
See Also