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