IRequestContextClearHttpAuthCredentials Method |
Version 87.1.132
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax void ClearHttpAuthCredentials(
ICompletionCallback callback = null
)
void ClearHttpAuthCredentials(
ICompletionCallback^ callback = nullptr
)
Parameters
- callback (Optional)
- Type: CefSharpICompletionCallback
If is non-NULL it will be executed on the CEF UI thread after
completion. This param is optional
See Also