1 write to ClientDisconnected
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.IO.cs (1)
243
ClientDisconnected
= clientDisconnect;
4 references to ClientDisconnected
Microsoft.AspNetCore.Server.IIS (4)
Core\IISHttpContextOfT.cs (2)
47
if ((ex is OperationCanceledException || ex is IOException) &&
ClientDisconnected
)
95
StatusCode =
ClientDisconnected
? StatusCodes.Status499ClientClosedRequest : 0;
Core\IO\AsyncIOEngine.cs (1)
214
if (!_context.
ClientDisconnected
)
Core\IO\WebSocketsAsyncIOEngine.cs (1)
120
if (!_context.
ClientDisconnected
)