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

ProxyElement() public method

public ProxyElement ( ) : System
return System
        public ProxyElement()
        {
            this.properties.Add(this.autoDetect);
            this.properties.Add(this.scriptLocation);
            this.properties.Add(this.bypassonlocal);
            this.properties.Add(this.proxyaddress);
            this.properties.Add(this.usesystemdefault);
        }
ProxyElement