Click or drag to resize

FetchClientFailRequestAsync Method

Version 86.0.240
Causes the request to fail with specified reason.

Namespace:  CefSharp.DevTools.Fetch
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.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