1 write to InitialHttp2StreamWindowSize
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
128handler.InitialHttp2StreamWindowSize = config.InitialHttp2StreamWindowSize.Value;
1 reference to InitialHttp2StreamWindowSize
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
206InitialHttp2StreamWindowSize = ParseInt(config[nameof(SocketsHttpHandler.InitialHttp2StreamWindowSize)]),