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

◆ GetStream()

Http2Stream System.Net.Http.Http2Connection.GetStream ( int streamId)
inlineprivate

Definition at line 2142 of file Http2Connection.cs.

2143 {
2145 {
2147 }
2149 {
2151 {
2152 return null;
2153 }
2154 return value;
2155 }
2156 }
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
readonly Dictionary< int, Http2Stream > _httpStreams

References System.Net.Http.Http2Connection._httpStreams, System.Net.Http.Http2Connection._nextStream, System.Net.Http.Http2Connection.SyncObject, System.Net.Http.Http2Connection.ThrowProtocolError(), System.Collections.Generic.Dictionary< TKey, TValue >.TryGetValue(), and System.value.

Referenced by System.Net.Http.Http2Connection.ProcessDataFrame(), System.Net.Http.Http2Connection.ProcessHeadersFrame(), System.Net.Http.Http2Connection.ProcessRstStreamFrame(), and System.Net.Http.Http2Connection.ProcessWindowUpdateFrame().