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