1 write to InitialHttp2StreamWindowSize
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
128handler.InitialHttp2StreamWindowSize = config.InitialHttp2StreamWindowSize.Value;
2 references to InitialHttp2StreamWindowSize
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
206InitialHttp2StreamWindowSize = ParseInt(config[nameof(SocketsHttpHandler.InitialHttp2StreamWindowSize)]),
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
289throw new ArgumentOutOfRangeException(nameof(InitialHttp2StreamWindowSize), message);