5 references to ParseInt
Microsoft.Extensions.Http (5)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (5)
202
MaxResponseHeadersLength =
ParseInt
(config[nameof(SocketsHttpHandler.MaxResponseHeadersLength)]),
203
MaxResponseDrainSize =
ParseInt
(config[nameof(SocketsHttpHandler.MaxResponseDrainSize)]),
204
MaxConnectionsPerServer =
ParseInt
(config[nameof(SocketsHttpHandler.MaxConnectionsPerServer)]),
205
MaxAutomaticRedirections =
ParseInt
(config[nameof(SocketsHttpHandler.MaxAutomaticRedirections)]),
206
InitialHttp2StreamWindowSize =
ParseInt
(config[nameof(SocketsHttpHandler.InitialHttp2StreamWindowSize)]),