3 references to ConnectionWindowThreshold
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (3)
1775
Debug.Assert(_pendingWindowUpdate <
ConnectionWindowThreshold
);
1778
if (_pendingWindowUpdate <
ConnectionWindowThreshold
)
1780
if (NetEventSource.Log.IsEnabled()) Trace($"{nameof(_pendingWindowUpdate)} {_pendingWindowUpdate} < {
ConnectionWindowThreshold
}.");