Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ Http2StreamWindowManager()

System.Net.Http.Http2Connection.Http2StreamWindowManager.Http2StreamWindowManager ( Http2Connection connection,
Http2Stream stream )
inline

Definition at line 1478 of file Http2Connection.cs.

1479 {
1480 HttpConnectionSettings settings = connection._pool.Settings;
1481 _streamWindowSize = settings._initialHttp2StreamWindowSize;
1482 _deliveredBytes = 0;
1484 if (System.Net.NetEventSource.Log.IsEnabled())
1485 {
1486 stream.Trace($"[FlowControl] InitialClientStreamWindowSize: {StreamWindowSize}, StreamWindowThreshold: {StreamWindowThreshold}, WindowScaleThresholdMultiplier: {WindowScaleThresholdMultiplier}", ".ctor");
1487 }
1488 }
static readonly System.Net.NetEventSource Log

References System.Net.Http.Http2Connection.Http2StreamWindowManager._deliveredBytes, System.Net.Http.HttpConnectionSettings._initialHttp2StreamWindowSize, System.Net.Http.Http2Connection.Http2StreamWindowManager._lastWindowUpdate, System.Net.Http.Http2Connection._pool, System.Net.Http.Http2Connection.Http2StreamWindowManager._streamWindowSize, System.L, System.Net.NetEventSource.Log, System.Net.Http.HttpConnectionPool.Settings, and System.stream.