Advtools.AdvInterceptor.DnsProcessAaaaQuery.GetConfiguredIp C# (CSharp) Метод

GetConfiguredIp() защищенный Метод

protected GetConfiguredIp ( Interception interception ) : string
interception Interception
Результат string
        protected override string GetConfiguredIp(Interception interception)
        {
            return interception.IPv6;
        }