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.19.0
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 © 2022 TeamDev Ltd. All Rights Reserved.