[DllImport("dnsapi.dll", SetLastError = true)] public static extern bool DnsFlushResolverCacheEntry( string hostName );
Last updated 1 year ago