摘要:
//C#查询DNS的MX地址的代码namespace PAB.DnsUtils { using System; using System.Collections; using System.ComponentModel; using System.Runtime.InteropServices; public class DnsMx { public DnsMx() { } [DllImport("dnsapi", EntryPoint="DnsQuery_W", CharSet=CharSet.Unicode, SetLastError=true, E 阅读全文
posted @ 2012-12-07 16:34 快乐家++ 阅读(328) 评论(0) 推荐(0)
浙公网安备 33010602011771号