About 52 results
Open links in new tab
  1. c# - RestSharp simple complete example - Stack Overflow

    Feb 17, 2016 · I've been trying to create a simple prototype web application that uses RestSharp to call Rest API. I've not been able to find one good example of it. Could anyone please share and direct …

  2. How to use RestSharp.NetCore in asp.net core - Stack Overflow

    Dec 30, 2016 · RestSharp v106 supports .NET Standard so your code should work without changes. RestSharp.NetCore package is not from RestSharp team and is not supported by us. It is also not …

  3. c# - How to use RestSharp with async/await - Stack Overflow

    I'm struggling to find a modern example of some asynchronous C# code that uses RestSharp with async and await. I know there's been a recent update by Haack but I don't know how to use the new metho...

  4. c# - Calling an API Get with RestSharp - Stack Overflow

    Aug 4, 2023 · Calling an API Get with RestSharp Asked 2 years, 6 months ago Modified 2 years, 6 months ago Viewed 7k times

  5. c# - How to POST request using RestSharp - Stack Overflow

    How to POST request using RestSharp Asked 13 years, 7 months ago Modified 3 years, 8 months ago Viewed 201k times

  6. RestSharp HttpBasicAuthentication - example - Stack Overflow

    Aug 5, 2015 · RestSharp HttpBasicAuthentication - example Asked 10 years, 6 months ago Modified 1 year, 9 months ago Viewed 109k times

  7. c# - .NET Core - HttpClient vs RestSharp - Stack Overflow

    Jan 8, 2020 · Unless RestSharp uses raw sockets, it uses HttpClient eventually - in .NET Core HttpWebRequest was rewritten to use HttpClient

  8. c# - POST function in RestSharp - Stack Overflow

    Aug 25, 2022 · POST function in RestSharp Asked 3 years, 5 months ago Modified 2 years, 2 months ago Viewed 3k times

  9. Newest 'RestSharp' Questions - Stack Overflow

    Feb 11, 2026 · Restsharp documentation states "RestSharp is a wrapper around HttpClient". Now, as it states in Do HttpClient and HttpClientHandler have to be disposed between requests? "the general ...

  10. How to add text to request body in RestSharp - Stack Overflow

    I'm trying to use RestSharp to consume a web service. So far everything's gone very well (cheers to John Sheehan and all contributors!) but I've run into a snag. Say I want to insert XML into the b...