예제 #1
0
 public IHttpRequest Get(string uri)
 {
     return(_webRequestHelper?.Get(uri).SetEventCallback(OnEventCallback));
 }