Advtools.AdvInterceptor.DnsProcessAaaaQuery.GetConfiguredIp C# (CSharp) Méthode

GetConfiguredIp() protected méthode

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