1 write to TransportSendTimeout
Microsoft.AspNetCore.Http.Connections (1)
HttpConnectionDispatcherOptions.cs (1)
34TransportSendTimeout = TimeSpan.FromSeconds(10);
3 references to TransportSendTimeout
Microsoft.AspNetCore.Http.Connections (3)
HttpConnectionDispatcherOptions.cs (1)
147internal bool TransportSendTimeoutEnabled => TransportSendTimeout != Timeout.InfiniteTimeSpan;
Internal\HttpConnectionContext.cs (2)
796if (currentTicks - _startedSendTime > _options.TransportSendTimeout) 800Log.TransportSendTimeout(_logger, _options.TransportSendTimeout, ConnectionId);