Click or drag to resize

InterceptRequestResponseProceed Method

Creates a InterceptRequestResponse instance indicating that the request should be handled by the Chromium engine.

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

Return Value

Type: InterceptRequestResponse
The InterceptRequestResponse instance that can be used as a return value in the scheme handler implementation.
See Also