I wanna know if there is a way to check if one client is still connected to asp.net core server?
If I understand well, in the standard asp.net we can do this using this property, and I'm asking if we can do so in asp.net core?
I wanna know if there is a way to check if one client is still connected to asp.net core server?
If I understand well, in the standard asp.net we can do this using this property, and I'm asking if we can do so in asp.net core?
As mentionned by @Tratcher, we can check the RequestAborted cancellation token.