1 write to TransportSendTimeout
Microsoft.AspNetCore.Http.Connections (1)
HttpConnectionDispatcherOptions.cs (1)
37TransportSendTimeout = TimeSpan.FromSeconds(10);
2 references to TransportSendTimeout
Microsoft.AspNetCore.Http.Connections (2)
Internal\HttpConnectionContext.cs (2)
669if (currentTicks - _startedSendTime > _options.TransportSendTimeout) 673Log.TransportSendTimeout(_logger, _options.TransportSendTimeout, ConnectionId);