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