About 1,350,000 results
Open links in new tab
  1. How do I make calls to a REST API using C#? - Stack Overflow

    Mar 8, 2012 · The ASP.NET Web API has replaced the WCF Web API previously mentioned. I thought I'd post an updated answer since most of these responses are from early 2012, and …

  2. What is the best way to call API calls in parallel in .NET Core, C#?

    I would like to call my API in parallel x number of times so processing can be done quickly. I have three methods below that I have to call APIs in parallel. I am trying to understand which is the ...

  3. How to call Rest API with Content and Headers in c#?

    Mar 24, 2019 · 3 I am trying to call Rest API with content and headers in c#. Actually I am trying to convert to c# from Python code which is:

  4. c# - Make Https call using HttpClient - Stack Overflow

    Mar 7, 2014 · I have been using HttpClient for making WebApi calls using C#. Seems neat & fast way compared to WebClient. However I am stuck up while making Https calls. How can I …

  5. Call and consume Web API in winform using C#.net

    Sep 22, 2015 · Call a Web API From a .NET Client But as an answer, here I will share a quick and short a step by step guide about how to call and consume web API in Windows forms:

  6. How do i call an API in c# with a api key - Stack Overflow

    Feb 29, 2020 · Normally, in C# you would create a model class that you would then serialize for your post, but if all you have to post is the apikey I would just serialize a Dictionary object with …

  7. C# Web API Sending Body Data in HTTP Post REST Client

    May 22, 2018 · C# Web API Sending Body Data in HTTP Post REST Client Asked 7 years, 6 months ago Modified 4 years, 6 months ago Viewed 90k times

  8. c# - Call external api from Web API synchronously - Stack Overflow

    6 I need to call an external api from my Web API 2 controller, similar to the requirement here: Calling external HTTP service using HttpClient from a Web API Action However, the solution …

  9. c# - Using JWT Bearer Authentication When Call API - Stack …

    Oct 3, 2021 · Using JWT Bearer Authentication When Call API Asked 4 years, 2 months ago Modified 4 years, 2 months ago Viewed 4k times

  10. c# - ASP.NET Web API : Correct way to return a 401/unauthorised ...

    Jul 3, 2015 · I think the accepted answers the OP's question specifically. My answer answers the question's title "ASP.NET Web API : Correct way to return a 401/unauthorised response"