0

I qm using restclient to call a webapi, but need to have its cUrl equivalent.

var curl = httpClient.GenerateCurlInString(httpRequestMessage);

I need something like this:

var curl = httpClient.GenerateCurlInString(httpRequestMessage);
2
  • 1
    you question is not clear both the code is same
    – 0xn0b174
    Commented Sep 7 at 9:21
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking.
    – Community Bot
    Commented Sep 7 at 19:18

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Browse other questions tagged or ask your own question.