Multiple Calls to HttpContent ReadAsAsync

前端 未结 0 1314
故里飘歌
故里飘歌 2021-02-12 05:01

Using Web API 2.2, suppose I want to read from HttpContent twice, each time as a different type.

await httpContent.LoadIntoBufferAsync(); //necessar         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题