IProfileHttpAuthCache Property |
Gets the HTTP Authentication cache service, which is responsible for storing
HTTP authentication identities and challenge info
Namespace:
DotNetBrowser.Profile
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax IHttpAuthCache HttpAuthCache { get; }
Property Value
Type:
IHttpAuthCacheThe HTTP Authentication cache service.
See Also