整理方法归属

This commit is contained in:
ChsBuffer
2020-09-06 13:53:56 +08:00
parent 116d5418d1
commit 1d33dda9bc
6 changed files with 109 additions and 130 deletions

View File

@@ -61,5 +61,8 @@ namespace Netch
[DllImport("bin\\shadowsocks-windows-dynamic", CallingConvention = CallingConvention.Cdecl)]
public static extern void Stop();
}
[DllImport("dnsapi", EntryPoint = "DnsFlushResolverCache")]
public static extern uint FlushDNSResolverCache();
}
}