Click or drag to resize

FetchClientFailRequestAsync Method

Version 130.1.90
Causes the request to fail with specified reason.

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

Parameters

requestId  String
An id the client received in requestPaused event.
errorReason  ErrorReason
Causes the request to fail with the given reason.

Return Value

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