Beispiel #1
0
 void IHttpDnsService.Init(string appId, bool debug, int timeout)
 {
     HttpDns.Init(appId, debug, timeout);
 }
Beispiel #2
0
 bool IHttpDnsService.SetOpenId(string openId)
 {
     return HttpDns.SetOpenId(openId);
 }
Beispiel #3
0
 string IHttpDnsService.GetAddrByName(string domain)
 {
     return HttpDns.GetAddrByName(domain);
 }