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

State() public method

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

Same methods

State::State ( ) : System