Super Simple HTTP Client Application Guide in C#
HTML-код
- Опубликовано: 10 фев 2025
- In this video, I give an introduction to HTTP Clients in C#. This video is designed as a brief overview of how to use HTTPClient in your own C# projects, for both .NET Framework and .NET Core applications. HTTP can seem like a daunting concept at first, but this video should help to eliminate the difficulties of getting started with HTTP in C#.
For any questions, comments, suggestions or discussions join my discord server with this link: / discord
The github repository for the code shown in this video can be found at this link: github.com/vmi...
Thanks Vere. I like how you said what each statement was doing, in plain talk.
Clearest beginner level video I've seen. Helped me a lot man ty.
very helpful and clear video - thanks, it is much appreciated 👍👍
I have been searching for something like this for a long time. Thank you!
You’re welcome, thanks for watching!
Thanks man, really concise, no nonsense. Subbed.
Thank you so much!
Thanx mate. It works.
Great video!
Thank you, I appreciate the support!!!
Very informative!
Thank you for the feedback!
But if u don't receive any response from http link, what happens with the program?
In this example it would probably terminate, but you can do a lot of things after a failed request, such as try again or display a message back to the user