예제 #1
0
 public void PostAsync(HttpFormPostRequest postRequest)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public void PostAsync(HttpFormPostRequest postRequest, Action<HttpFormResponse> onComplete, Action<Exception> onError)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public HttpFormResponse Post(HttpFormPostRequest postRequest)
 {
     throw new NotImplementedException();
 }