Click or drag to resize

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.23.1
Syntax
C#
IHttpAuthCache HttpAuthCache { get; }

Property Value

Type: IHttpAuthCache
The HTTP Authentication cache service.
See Also