Click or drag to resize

FetchFailRequestAsync Method

Version 85.3.121
Causes the request to fail with specified reason.

Namespace:  CefSharp.DevTools.Fetch
Assembly:  CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax
public Task<DevToolsMethodResponse> FailRequestAsync(
	string requestId,
	ErrorReason errorReason
)

Parameters

requestId
Type: SystemString
An id the client received in requestPaused event.
errorReason
Type: CefSharp.DevTools.NetworkErrorReason
Causes the request to fail with the given reason.

Return Value

Type: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also