Advtools.AdvInterceptor.DnsProcessAaaaQuery.GetConfiguredIp C# (CSharp) 메소드

GetConfiguredIp() 보호된 메소드

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