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