1 write to StreamContext
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
498StreamContext = testStreamContext;
10 references to StreamContext
InMemory.FunctionalTests (10)
Http3\Http3ConnectionTests.cs (2)
344controlStream.StreamContext.Close(); 595var streamContext = requestStream.StreamContext;
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (8)
406MultiplexedConnectionContext.ToServerAcceptQueue.Writer.TryWrite(stream.StreamContext); 430MultiplexedConnectionContext.ToServerAcceptQueue.Writer.TryWrite(stream.StreamContext); 448MultiplexedConnectionContext.ToServerAcceptQueue.Writer.TryWrite(stream.StreamContext); 484get => StreamContext.Error; 485set => StreamContext.Error = value; 493public ConnectionAbortedException AbortReadException => StreamContext.AbortReadException; 494public ConnectionAbortedException AbortWriteException => StreamContext.AbortWriteException; 1067return new ValueTask<ConnectionContext>(stream.StreamContext);