How do you keep multiple requests and respond to each one after the count of requests has exceeded a certain limit?

前端 未结 0 1930
感动是毒
感动是毒 2020-12-14 18:09

I have this Post method :

[HttpPost]
public void GetFile(FileDetail detail)
{
}

I want to get 15 requests from client and send each request\'

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