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