2 writes to _initialHttp2StreamWindowSize
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
131
_initialHttp2StreamWindowSize
= _initialHttp2StreamWindowSize,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
292
_settings.
_initialHttp2StreamWindowSize
= value;
4 references to _initialHttp2StreamWindowSize
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
213
BinaryPrimitives.WriteUInt32BigEndian(_outgoingBuffer.AvailableSpan, (uint)_pool.Settings.
_initialHttp2StreamWindowSize
);
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (1)
26
_streamWindowSize = settings.
_initialHttp2StreamWindowSize
;
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
131
_initialHttp2StreamWindowSize =
_initialHttp2StreamWindowSize
,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
279
get => _settings.
_initialHttp2StreamWindowSize
;