Class WebSettingsConfigSectionHandler
Inheritance
System.Object
WebSettingsConfigSectionHandler
Namespace: ArtOfTest.WebAii.Core
Assembly: ArtOfTest.WebAii.dll
Syntax
public class WebSettingsConfigSectionHandler : ConfigurationSection
Constructors
WebSettingsConfigSectionHandler()
Declaration
public WebSettingsConfigSectionHandler()
Properties
AspNetDevServerPort
Declaration
public int AspNetDevServerPort { get; set; }
Property Value
System.Int32
|
BaseUrl
Declaration
public string BaseUrl { get; set; }
Property Value
System.String
|
DefaultBrowser
EnableScriptLogging
Declaration
public bool EnableScriptLogging { get; set; }
Property Value
System.Boolean
|
EnableSilverlight
Declaration
public bool EnableSilverlight { get; set; }
Property Value
System.Boolean
|
EnableUILessRequestViewing
Declaration
public bool EnableUILessRequestViewing { get; set; }
Property Value
System.Boolean
|
KillBrowserProcessOnClose
Declaration
public bool KillBrowserProcessOnClose { get; set; }
Property Value
System.Boolean
|
KillBrowsersBeforeStart
Declaration
public bool KillBrowsersBeforeStart { get; set; }
Property Value
System.Boolean
|
LocalWebServer
Declaration
public LocalWebServerType LocalWebServer { get; set; }
Property Value
LocalWebServerType
|
RecycleBrowser
Declaration
public bool RecycleBrowser { get; set; }
Property Value
System.Boolean
|
SilverlightApplicationPath
Declaration
public string SilverlightApplicationPath { get; set; }
Property Value
System.String
|
SilverlightConnectTimeout
Declaration
public int SilverlightConnectTimeout { get; set; }
Property Value
System.Int32
|
UseBrowserExtension
Declaration
public bool UseBrowserExtension { get; set; }
Property Value
System.Boolean
|
UseHttpProxy
Declaration
public bool UseHttpProxy { get; set; }
Property Value
System.Boolean
|
VerboseHttpProxy
Declaration
public bool VerboseHttpProxy { get; set; }
Property Value
System.Boolean
|
WebAppPhysicalPath
Declaration
public string WebAppPhysicalPath { get; set; }
Property Value
System.String
|
WebComponents
Declaration
public bool WebComponents { get; set; }
Property Value
System.Boolean
|