Advtools.AdvInterceptor.Configuration.Configuration C# (CSharp) 메소드

Configuration() 공개 메소드

public Configuration ( ) : System
리턴 System
        public Configuration()
        {
            Web = new WebConfig();
            Dns = new DnsConfig();
            Proxy = new ProxyConfig();
            X509 = new X509Config();
        }