DotNetBrowser Documentation
DotNetBrowser Documentation
DotNetBrowser API Reference
DotNetBrowser.Net
IHttpAuthPreferences Interface
IHttpAuthPreferences Properties
DelegateWhiteList Property
ServerWhiteList Property
IHttpAuthPreferences
DelegateWhiteList 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.23.2
Syntax
C#
Copy
string
DelegateWhiteList
{
get
;
set
; }
Property Value
Type:
String
The comma/semicolon separated HTTP network delegate authorization white list of URLs.
Exceptions
Exception
Condition
ObjectDisposedException
The
IHttpAuthPreferences
object has already been disposed.
See Also
Reference
IHttpAuthPreferences Interface
DotNetBrowser.Net Namespace
Copyright © 2023 TeamDev Ltd. All Rights Reserved.