Click or drag to resize

FetchClientContinueWithAuthAsync Method

Version 130.1.90
Continues a request supplying authChallengeResponse following authRequired event.

Namespace: CefSharp.DevTools.Fetch
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<DevToolsMethodResponse> ContinueWithAuthAsync(
	string requestId,
	AuthChallengeResponse authChallengeResponse
)

Parameters

requestId  String
An id the client received in authRequired event.
authChallengeResponse  AuthChallengeResponse
Response to with an authChallenge.

Return Value

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