New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.WebAii.Core

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
public class WebSettingsConfigSectionHandler : ConfigurationSection

Inheritance: objectConfigurationElementConfigurationSectionWebSettingsConfigSectionHandler

Inherited Members ConfigurationSection.GetRuntimeObject()ConfigurationSection.IsModified()ConfigurationSection.ResetModified()ConfigurationSection.DeserializeSection(XmlReader)ConfigurationSection.SerializeSection(ConfigurationElement, string, ConfigurationSaveMode)ConfigurationSection.ShouldSerializePropertyInTargetVersion(ConfigurationProperty, string, FrameworkName, ConfigurationElement)ConfigurationSection.ShouldSerializeElementInTargetVersion(ConfigurationElement, string, FrameworkName)ConfigurationSection.ShouldSerializeSectionInTargetVersion(FrameworkName)ConfigurationSection.SectionInformationConfigurationElement.Init()ConfigurationElement.IsReadOnly()ConfigurationElement.SetReadOnly()ConfigurationElement.ListErrors(IList)ConfigurationElement.InitializeDefault()ConfigurationElement.Reset(ConfigurationElement)ConfigurationElement.Equals(object)ConfigurationElement.GetHashCode()ConfigurationElement.SetPropertyValue(ConfigurationProperty, object, bool)ConfigurationElement.Unmerge(ConfigurationElement, ConfigurationElement, ConfigurationSaveMode)ConfigurationElement.SerializeToXmlElement(XmlWriter, string)ConfigurationElement.SerializeElement(XmlWriter, bool)ConfigurationElement.DeserializeElement(XmlReader, bool)ConfigurationElement.OnRequiredPropertyNotFound(string)ConfigurationElement.PostDeserialize()ConfigurationElement.PreSerialize(XmlWriter)ConfigurationElement.OnDeserializeUnrecognizedAttribute(string, string)ConfigurationElement.OnDeserializeUnrecognizedElement(string, XmlReader)ConfigurationElement.GetTransformedTypeString(string)ConfigurationElement.GetTransformedAssemblyString(string)ConfigurationElement.LockAttributesConfigurationElement.LockAllAttributesExceptConfigurationElement.LockElementsConfigurationElement.LockAllElementsExceptConfigurationElement.LockItemConfigurationElement.this[ConfigurationProperty]ConfigurationElement.this[string]ConfigurationElement.PropertiesConfigurationElement.ElementInformationConfigurationElement.EvaluationContextConfigurationElement.ElementPropertyConfigurationElement.HasContextConfigurationElement.CurrentConfiguration...

Constructors

C#
public WebSettingsConfigSectionHandler()

Properties

C#
[ConfigurationProperty("aspNetDevServerPort", IsRequired = false, DefaultValue = -1)]
public int AspNetDevServerPort { get; set; }
C#
[ConfigurationProperty("baseUrl", IsRequired = false, DefaultValue = "")]
public string BaseUrl { get; set; }
C#
[ConfigurationProperty("chromiumFirstInteractionDelay", IsRequired = false, DefaultValue = 500)]
public int ChromiumFirstInteractionDelay { get; set; }
C#
[ConfigurationProperty("clientMessageReceivedTimeout", IsRequired = false, DefaultValue = 1000)]
public int ClientMessageReceivedTimeout { get; set; }
C#
[ConfigurationProperty("defaultBrowser", IsRequired = false, DefaultValue = BrowserType.InternetExplorer)]
public BrowserType DefaultBrowser { get; set; }
C#
[ConfigurationProperty("enableScriptLogging", IsRequired = false, DefaultValue = false)]
public bool EnableScriptLogging { get; set; }
C#
[ConfigurationProperty("enableSilverlight", IsRequired = false, DefaultValue = false)]
public bool EnableSilverlight { get; set; }
C#
[ConfigurationProperty("enableUILessRequestViewing", IsRequired = false, DefaultValue = false)]
public bool EnableUILessRequestViewing { get; set; }
C#
[ConfigurationProperty("firefoxMinimumJSClickDelay", IsRequired = false, DefaultValue = 100)]
public int FirefoxMinimumJSClickDelay { get; set; }
C#
[ConfigurationProperty("killBrowserProcessOnClose", IsRequired = false, DefaultValue = false)]
public bool KillBrowserProcessOnClose { get; set; }
C#
[ConfigurationProperty("killBrowsersBeforeStart", IsRequired = false, DefaultValue = false)]
public bool KillBrowsersBeforeStart { get; set; }
C#
[ConfigurationProperty("localWebServer", IsRequired = false, DefaultValue = LocalWebServerType.None)]
public LocalWebServerType LocalWebServer { get; set; }
C#
[ConfigurationProperty("recycleBrowser", IsRequired = false, DefaultValue = false)]
public bool RecycleBrowser { get; set; }
C#
[ConfigurationProperty("silverlightApplicationPath", IsRequired = false, DefaultValue = "")]
public string SilverlightApplicationPath { get; set; }
C#
[ConfigurationProperty("silverlightConnectTimeout", IsRequired = false, DefaultValue = 60000)]
public int SilverlightConnectTimeout { get; set; }
C#
[ConfigurationProperty("useBrowserExtension", IsRequired = false, DefaultValue = false)]
public bool UseBrowserExtension { get; set; }
C#
[ConfigurationProperty("useHttpProxy", IsRequired = false, DefaultValue = false)]
public bool UseHttpProxy { get; set; }
C#
[ConfigurationProperty("verboseHttpProxy", IsRequired = false, DefaultValue = false)]
public bool VerboseHttpProxy { get; set; }
C#
[ConfigurationProperty("webAppPhysicalPath", IsRequired = false, DefaultValue = "")]
public string WebAppPhysicalPath { get; set; }
C#
[ConfigurationProperty("webComponents", IsRequired = false, DefaultValue = true)]
public bool WebComponents { get; set; }