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

DefaultProxySection() public method

public DefaultProxySection ( ) : System.Collections.Generic
return System.Collections.Generic
        public DefaultProxySection()
        {
            this.properties.Add(this.bypasslist);
            this.properties.Add(this.module);
            this.properties.Add(this.proxy);
            this.properties.Add(this.enabled);
            this.properties.Add(this.useDefaultCredentials);
        }