About 51 results
Open links in new tab
  1. 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 …

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

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

  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# - 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 …

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

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

  6. 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

  7. c# - RestSharp and resilient http requests - Stack Overflow

    Nov 10, 2022 · RestSharp and resilient http requests Asked 3 years, 1 month ago Modified 3 years, 1 month ago Viewed 3k times

  8. Get stream with RestSharp as it's being streamed from the server

    Jun 23, 2023 · Get stream with RestSharp as it's being streamed from the server Asked 2 years, 6 months ago Modified 2 years, 6 months ago Viewed 3k times

  9. Deserializing a json string with restsharp - Stack Overflow

    I have a string that comes out of a database which is in Json format. I have tried to deserialize it with: RestSharp.Deserializers.JsonDeserializer deserial = new JsonDeserializer(); var x = dese...

  10. RestSharp HttpBasicAuthentication - example - Stack Overflow

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