1 write to StreamContext
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
503StreamContext = testStreamContext;
10 references to StreamContext
InMemory.FunctionalTests (10)
Http3\Http3ConnectionTests.cs (2)
349controlStream.StreamContext.Close(); 785var streamContext = requestStream.StreamContext;
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (8)
411MultiplexedConnectionContext.ToServerAcceptQueue.Writer.TryWrite(stream.StreamContext); 435MultiplexedConnectionContext.ToServerAcceptQueue.Writer.TryWrite(stream.StreamContext); 453MultiplexedConnectionContext.ToServerAcceptQueue.Writer.TryWrite(stream.StreamContext); 489get => StreamContext.Error; 490set => StreamContext.Error = value; 498public ConnectionAbortedException AbortReadException => StreamContext.AbortReadException; 499public ConnectionAbortedException AbortWriteException => StreamContext.AbortWriteException; 1078return new ValueTask<ConnectionContext>(stream.StreamContext);