Inheritance: System.Configuration.ConfigurationElement
コード例 #1
0
        public Browser(BrowserConfigElement BrowserConfig, NetworkCredentialsElement CredentialsConfig)
        {
            this._BrowserConfig     = BrowserConfig;
            this._CredentialsConfig = CredentialsConfig;

            HttpRequestResults = new SortedSet <HttpRequestResult>();
        }
コード例 #2
0
        public Browser(BrowserConfigElement BrowserConfig, NetworkCredentialsElement CredentialsConfig)
        {
            this._BrowserConfig = BrowserConfig;
            this._CredentialsConfig = CredentialsConfig;

            HttpRequestResults = new SortedSet<HttpRequestResult>();
        }