Click or drag to resize

IHttpAuthPreferences Interface

The HTTP authorization preferences.

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface IHttpAuthPreferences

The IHttpAuthPreferences type exposes the following members.

Properties
  NameDescription
Public propertyDelegateWhiteList
Gets or sets the HTTP network delegate authorization white list of URLs. By default, network delegate white list is empty.
Public propertyServerWhiteList
Gets or sets the server HTTP authorization white list of URLs. By default, server white list is empty.
Top
See Also