Click or drag to resize

IHttpAuthPreferencesDelegateWhiteList Property

Gets or sets the HTTP network delegate authorization white list of URLs. By default, network delegate white list is empty.

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
string DelegateWhiteList { get; set; }

Property Value

Type: String
The comma/semicolon separated HTTP network delegate authorization white list of URLs.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IHttpAuthPreferences object has already been disposed.
See Also