1 write to _windowManager
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
104_windowManager = new Http2StreamWindowManager(connection, this);
6 references to _windowManager
System.Net.Http (6)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (6)
855_windowManager.Start(); 887if (_responseBuffer.ActiveMemory.Length + buffer.Length > _windowManager.StreamWindowSize) 1151_windowManager.AdjustWindow(bytesRead, this); 1175_windowManager.AdjustWindow(bytesRead, this); 1205_windowManager.AdjustWindow(bytesRead, this); 1241_windowManager.AdjustWindow(bytesRead, this);