Table of Contents

Property ServerWhiteList

Namespace
DotNetBrowser.Net
Assembly
DotNetBrowser.dll

ServerWhiteList

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

string ServerWhiteList { get; set; }

Property Value

string

The comma/semicolon separated server HTTP authorization white list of URLs.

Exceptions

ObjectDisposedException

The IHttpAuthPreferences object has already been disposed.