Inheritance: System.Configuration.ConfigurationElement
Ejemplo n.º 1
0
        public Browser(BrowserConfigElement BrowserConfig, NetworkCredentialsElement CredentialsConfig)
        {
            this._BrowserConfig     = BrowserConfig;
            this._CredentialsConfig = CredentialsConfig;

            HttpRequestResults = new SortedSet <HttpRequestResult>();
        }
Ejemplo n.º 2
0
        public Browser(BrowserConfigElement BrowserConfig, NetworkCredentialsElement CredentialsConfig)
        {
            this._BrowserConfig = BrowserConfig;
            this._CredentialsConfig = CredentialsConfig;

            HttpRequestResults = new SortedSet<HttpRequestResult>();
        }