コード例 #1
0
ファイル: HttpDnsService.cs プロジェクト: 470838237/UnityDemo
 void IHttpDnsService.Init(string appId, bool debug, int timeout)
 {
     HttpDns.Init(appId, debug, timeout);
 }
コード例 #2
0
ファイル: HttpDnsService.cs プロジェクト: 470838237/UnityDemo
 bool IHttpDnsService.SetOpenId(string openId)
 {
     return HttpDns.SetOpenId(openId);
 }
コード例 #3
0
ファイル: HttpDnsService.cs プロジェクト: 470838237/UnityDemo
 string IHttpDnsService.GetAddrByName(string domain)
 {
     return HttpDns.GetAddrByName(domain);
 }