1 write to InitialHttp2StreamWindowSize
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
206InitialHttp2StreamWindowSize = ParseInt(config[nameof(SocketsHttpHandler.InitialHttp2StreamWindowSize)]),
2 references to InitialHttp2StreamWindowSize
Microsoft.Extensions.Http (2)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (2)
126if (config.InitialHttp2StreamWindowSize is not null) 128handler.InitialHttp2StreamWindowSize = config.InitialHttp2StreamWindowSize.Value;