Click or drag to resize

IRequestContext.ClearHttpAuthCredentials Method

Version 83.4.2
Clears all HTTP authentication credentials that were added as part of handling GetAuthCredentials(IWebBrowser, IBrowser, String, Boolean, String, Int32, String, String, IAuthCallback).

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 83.4.2.0 (83.4.2.0)
Syntax
void ClearHttpAuthCredentials(
	ICompletionCallback callback = null
)

Parameters

callback (Optional)
Type: CefSharp.ICompletionCallback
If is non-NULL it will be executed on the CEF UI thread after completion. This param is optional
See Also