Click or drag to resize

SendUrlRequestResponseCancel Method

Creates a SendUrlRequestResponse that cancels loading process with the Aborted code.

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

Return Value

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