FetchClientFailRequestAsync Method |
Version 130.1.90
Causes the request to fail with specified reason.
Namespace: CefSharp.DevTools.FetchAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> FailRequestAsync(
string requestId,
ErrorReason errorReason
)
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
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also