1 write to _startedSendTime
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
653_startedSendTime = TimeSpan.FromMilliseconds(Environment.TickCount64);
1 reference to _startedSendTime
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
669if (currentTicks - _startedSendTime > _options.TransportSendTimeout)