7 references to ParseTimeSpan
Microsoft.Extensions.Http (7)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (7)
195
PooledConnectionIdleTimeout =
ParseTimeSpan
(config[nameof(SocketsHttpHandler.PooledConnectionIdleTimeout)]),
196
PooledConnectionLifetime =
ParseTimeSpan
(config[nameof(SocketsHttpHandler.PooledConnectionLifetime)]),
198
ResponseDrainTimeout =
ParseTimeSpan
(config[nameof(SocketsHttpHandler.ResponseDrainTimeout)]),
209
ConnectTimeout =
ParseTimeSpan
(config[nameof(SocketsHttpHandler.ConnectTimeout)]),
210
Expect100ContinueTimeout =
ParseTimeSpan
(config[nameof(SocketsHttpHandler.Expect100ContinueTimeout)]),
211
KeepAlivePingDelay =
ParseTimeSpan
(config[nameof(SocketsHttpHandler.KeepAlivePingDelay)]),
212
KeepAlivePingTimeout =
ParseTimeSpan
(config[nameof(SocketsHttpHandler.KeepAlivePingTimeout)]),