3 references to MaxHttp2StreamWindowSize
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (1)
16
private static int MaxStreamWindowSize => GlobalHttpSettings.SocketsHttpHandler.
MaxHttp2StreamWindowSize
;
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (2)
282
if (value < HttpHandlerDefaults.DefaultInitialHttp2StreamWindowSize || value > GlobalHttpSettings.SocketsHttpHandler.
MaxHttp2StreamWindowSize
)
287
GlobalHttpSettings.SocketsHttpHandler.
MaxHttp2StreamWindowSize
);