1 write to StreamContext
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
505
StreamContext
= testStreamContext;
10 references to StreamContext
InMemory.FunctionalTests (10)
Http3\Http3ConnectionTests.cs (2)
349
controlStream.
StreamContext
.Close();
814
var streamContext = requestStream.
StreamContext
;
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (8)
411
MultiplexedConnectionContext.ToServerAcceptQueue.Writer.TryWrite(stream.
StreamContext
);
436
MultiplexedConnectionContext.ToServerAcceptQueue.Writer.TryWrite(stream.
StreamContext
);
455
MultiplexedConnectionContext.ToServerAcceptQueue.Writer.TryWrite(stream.
StreamContext
);
491
get =>
StreamContext
.Error;
492
set =>
StreamContext
.Error = value;
500
public ConnectionAbortedException AbortReadException =>
StreamContext
.AbortReadException;
501
public ConnectionAbortedException AbortWriteException =>
StreamContext
.AbortWriteException;
1082
return new ValueTask<ConnectionContext>(stream.
StreamContext
);