Click or drag to resize

IHttpAuthCache Interface

An HTTP Authentication cache service.

Namespace:  DotNetBrowser.Cache
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.21.0
Syntax
C#
public interface IHttpAuthCache : IAutoDisposable

The IHttpAuthCache type exposes the following members.

Properties
  NameDescription
Public propertyEngine
Gets the IEngine instance associated with this object.
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertyProfile
Gets the IProfile instance associated with this object.
Top
Methods
  NameDescription
Public methodClear
Clears all added HTTP authentication entries.
Top
Events
  NameDescription
Public eventDisposed
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.)
Top
Remarks
This service stores HTTP authentication identities and challenge info.
See Also