Advtools.AdvInterceptor.DnsProcessAaaaQuery.GetConfiguredIp C# (CSharp) Method

GetConfiguredIp() protected method

protected GetConfiguredIp ( Interception interception ) : string
interception Interception
return string
        protected override string GetConfiguredIp(Interception interception)
        {
            return interception.IPv6;
        }