Property DelegateWhiteList
- Namespace
- DotNetBrowser.Net
- Assembly
- DotNetBrowser.dll
DelegateWhiteList
Gets or sets the HTTP network delegate authorization white list of URLs. By default, network delegate white list is empty.
string DelegateWhiteList { get; set; }
Property Value
- string
The comma/semicolon separated HTTP network delegate authorization white list of URLs.
Exceptions
- ObjectDisposedException
The IHttpAuthPreferences object has already been disposed.