namespace CsharpHttpHelper { /// /// gethtml方法异步调用的委托 /// /// /// public delegate void ResultHandler(HttpResult item); }