DotNetBrowser Documentation
DotNetBrowser Documentation
DotNetBrowser API Reference
DotNetBrowser.Net
IHttpAuthPreferences Interface
IHttpAuthPreferences Properties
DelegateWhiteList Property
ServerWhiteList Property
IHttpAuthPreferences
.
ServerWhiteList Property
Gets or sets the server HTTP authorization white list of URLs. By default, server white list is empty.
Namespace:
DotNetBrowser.Net
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.15.1
Syntax
C#
Copy
string
ServerWhiteList
{
get
;
set
; }
Property Value
Type:
String
The comma/semicolon separated server HTTP 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.