System.Net.Configuration.SettingsSection.SettingsSection C# (CSharp) Method

SettingsSection() public method

public SettingsSection ( ) : System.Configuration
return System.Configuration
        public SettingsSection() 
        {
            this.properties.Add(this.httpWebRequest);
            this.properties.Add(this.ipv6);
            this.properties.Add(this.servicePointManager);
            this.properties.Add(this.socket);
            this.properties.Add(this.webProxyScript);
            this.properties.Add(this.performanceCounters);
        }