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