3 references to StreamWindowSize
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
887if (_responseBuffer.ActiveMemory.Length + buffer.Length > _windowManager.StreamWindowSize)
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (2)
30if (NetEventSource.Log.IsEnabled()) stream.Trace($"[FlowControl] InitialClientStreamWindowSize: {StreamWindowSize}, StreamWindowThreshold: {StreamWindowThreshold}, WindowScaleThresholdMultiplier: {WindowScaleThresholdMultiplier}"); 118if (NetEventSource.Log.IsEnabled()) stream.Trace($"[FlowControl] Updated Stream Window. StreamWindowSize: {StreamWindowSize}, StreamWindowThreshold: {StreamWindowThreshold}");