Example #1
0
 public void GetAsync(HttpFormGetRequest getRequest)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public void GetAsync(HttpFormGetRequest getRequest, Action<HttpFormResponse> onComplete, Action<Exception> onError)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public HttpFormResponse Get(HttpFormGetRequest getRequest)
 {
     throw new NotImplementedException();
 }