Click or drag to resize

RequestContextClearHttpAuthCredentials Method

Version 81.3.100
Clears all HTTP authentication credentials that were added as part of handling [!:IRequestHandler.GetAuthCredentials].

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 81.3.100.0
Syntax
public virtual void ClearHttpAuthCredentials(
	ICompletionCallback callback
)

Parameters

callback
Type: CefSharpICompletionCallback
If is non-NULL it will be executed on the CEF UI thread after completion. This param is optional

Implements

IRequestContextClearHttpAuthCredentials(ICompletionCallback)
See Also