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