Esempio n. 1
0
 /// <summary>
 /// 创建http辅助对象
 /// </summary>
 private void CreateHttpUtil()
 {
     httpUtil = new LofkaHttpUtil(ServerHost);
 }