1 instantiation of Http2StreamWindowManager
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
104
_windowManager = new
Http2StreamWindowManager
(connection, this);
1 reference to Http2StreamWindowManager
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
40
private
Http2StreamWindowManager
_windowManager;