POST Method in c# | Headers | Send Async | #7

Поділитися
Вставка
  • Опубліковано 15 сер 2022
  • This video covers how we can send post request using HttpClient class and use Post async method.
    This also covers how to add headers in key value pairs and how to get response headers.

КОМЕНТАРІ • 13

  • @rajyogigosavi2700
    @rajyogigosavi2700 Місяць тому

    This video is really helpful to understand how Rest Api is working, Thanks

  • @yangwendi
    @yangwendi Рік тому +2

    Thanks for the video, you really help to explain alot of material for me. Great job bro!

  • @maazsunti2946
    @maazsunti2946 Рік тому +2

    Great video

  • @qwerty89993
    @qwerty89993 Рік тому +1

    Thanks for video, great explanation

  • @abdulwaris5053
    @abdulwaris5053 Рік тому +2

    Great ….

  • @user-yr6cm2fq2r
    @user-yr6cm2fq2r 9 місяців тому

    Great videos. That would be nice if you also add your code to some remote repo that we could clone it and follow the video looking at code at our PC

  • @ruwanc2003
    @ruwanc2003 Рік тому

    how do i call this to button click on webform

    • @binaryautomation-sdets2336
      @binaryautomation-sdets2336  Рік тому

      Generally you would have an intermediate service that lies between your ui and your api endpoint like a microservice endpoint.On how you want to call it depends on the techstack you are using for the front end.

    • @ruwanc2003
      @ruwanc2003 Рік тому

      can you give me a sample code