Click or drag to resize

FetchClientContinueWithAuthAsync Method

Version 86.0.240
Continues a request supplying authChallengeResponse following authRequired event.

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

Parameters

requestId
Type: SystemString
An id the client received in authRequired event.
authChallengeResponse
Type: CefSharp.DevTools.FetchAuthChallengeResponse
Response to with an authChallenge.

Return Value

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