public void PostAsync(HttpFormPostRawRequest postRequest) { throw new NotImplementedException(); }
public void PostAsync(HttpFormPostRawRequest postRequest, Action<HttpFormResponse> onComplete, Action<Exception> onError) { throw new NotImplementedException(); }
public HttpFormResponse Post(HttpFormPostRawRequest postRequest) { throw new NotImplementedException(); }