Click or drag to resize

INetworkHttpAuthPreferences Property

Gets the HTTP authorization preferences.

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IHttpAuthPreferences HttpAuthPreferences { get; }

Property Value

Type: IHttpAuthPreferences
The IHttpAuthPreferences instance associated with this object.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe INetwork object has already been disposed.
See Also