System.Net.Configuration.DefaultProxySection.DefaultProxySection C# (CSharp) 메소드

DefaultProxySection() 공개 메소드

public DefaultProxySection ( ) : System.Collections.Generic
리턴 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);
        }