DnsFlushResolverCache

[DllImport("dnsapi.dll", SetLastError = true)]
public static extern bool DnsFlushResolverCache(
   
);

Last updated