Click or drag to resize

IHttpAuthCacheClear Method

Clears all added HTTP authentication entries.

Namespace:  DotNetBrowser.Cache
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.3
Syntax
C#
void Clear()
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IHttpCache has already been disposed.
See Also