Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ChangeInitialWindowSize()

void System.Net.Http.Http2Connection.ChangeInitialWindowSize ( int newSize)
inlineprivate

Definition at line 2338 of file Http2Connection.cs.

2339 {
2340 if (System.Net.NetEventSource.Log.IsEnabled())
2341 {
2342 Trace($"{"newSize"}={newSize}", "ChangeInitialWindowSize");
2343 }
2345 {
2349 {
2350 httpStream.Value.OnWindowUpdate(amount);
2351 }
2352 }
2353 }
override void Trace(string message, [CallerMemberName] string memberName=null)
readonly Dictionary< int, Http2Stream > _httpStreams
static readonly System.Net.NetEventSource Log

References System.Net.Http.Http2Connection._httpStreams, System.Net.Http.Http2Connection._initialServerStreamWindowSize, System.Net.NetEventSource.Log, System.newSize, System.Net.Http.Http2Connection.SyncObject, and System.Net.Http.Http2Connection.Trace().

Referenced by System.Net.Http.Http2Connection.ProcessSettingsFrame().