About 1,290,000 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.

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

  3. 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 …

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

  5. https - RestSharp - Ignore SSL errors - Stack Overflow

    Oct 26, 2020 · Is there any whay that I can get RestSharp to ignore errors in SSL certificates? I have a test client, and the service I connect to does not yet have a valid cetificate. When I …

  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# - IRestResponse could not be found - Stack Overflow

    Jan 31, 2022 · I have restsharp 107.1.2 loaded via nuget target framework is .net 6.0. The following code claims that IRestResponse reference is missing, though I feel like I'm following …

  8. Using Polly v8 and RestSharp, how would I build a Generic ...

    Jul 10, 2024 · Using Polly v8 and RestSharp, how would I build a Generic ResiliencePipeline to account for response header retry-after, exceptions, and logging Asked 1 year, 6 months ago …

  9. c# - RestSharp JSON Parameter Posting - Stack Overflow

    RestSharp JSON Parameter Posting Asked 14 years, 7 months ago Modified 3 years, 3 months ago Viewed 315k times

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