4 references to RttEstimator
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (2)
45private RttEstimator _rttEstimator; 147_rttEstimator = RttEstimator.Create();
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (2)
181public static RttEstimator Create() 183RttEstimator e = default;