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();
887
if (_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);