Advtools.AdvInterceptor.State.State C# (CSharp) Method

State() public method

public State ( ) : System
return System
        public State()
        {
            Logger = new Logger();
            Config = new Configuration();
            localIps_ = GetDefaultNetworkInfo(out defaultIpv4_, out defaultIpv6_);
            dns_ = GetDns();
            certificates_ = new CertificatesManager(this);
        }

Same methods

State::State ( Configuration config, LogLevel level ) : System