Click or drag to resize

FetchContinueWithAuthAsync Method

Version 85.3.121
Continues a request supplying authChallengeResponse following authRequired event.

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