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