Click or drag to resize

InterceptRequestResponseIntercept Method

Creates a InterceptRequestResponse instance indicating that the request should be intercepted.

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

Parameters

job
Type: DotNetBrowser.NetUrlRequestJob
The UrlRequestJob providing data of the HTTP response that can be created using the CreateUrlRequestJob(UrlRequest, UrlRequestJobOptions) method.

Return Value

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