2 references to DisableDynamicHttp2WindowSizing
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (2)
17private static bool WindowScalingEnabled => !GlobalHttpSettings.SocketsHttpHandler.DisableDynamicHttp2WindowSizing; 184e._state = GlobalHttpSettings.SocketsHttpHandler.DisableDynamicHttp2WindowSizing ? State.Disabled : State.Init;