لغو درخواستهای http در ASP.NET Core با CancellationToken
200, OK
https://code-maze.com/canceling-http-requests-in-asp-net-core-with-cancellationtoken/ icon

longer importantIt is quite a possible situation to have a user navigating to the client application’s page that sends an HTTP request to the server. While our app processing the request, a user can navigate away from that page. In such a case, we want to cancel the HTTP request since the response is no  to that user. 

لغو درخواستهای http در ASP.NET Core با CancellationToken