1 write to StreamContext
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
504
StreamContext
= testStreamContext;
12 references to StreamContext
InMemory.FunctionalTests (12)
Http3\Http3ConnectionTests.cs (2)
349
controlStream.
StreamContext
.Close();
814
var streamContext = requestStream.
StreamContext
;
Http3\Http3TimeoutTests.cs (2)
401
Assert.Null(requestStream.
StreamContext
._error);
404
Assert.Null(requestStream.
StreamContext
._error);
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (8)
410
MultiplexedConnectionContext.ToServerAcceptQueue.Writer.TryWrite(stream.
StreamContext
);
435
MultiplexedConnectionContext.ToServerAcceptQueue.Writer.TryWrite(stream.
StreamContext
);
454
MultiplexedConnectionContext.ToServerAcceptQueue.Writer.TryWrite(stream.
StreamContext
);
490
get =>
StreamContext
.Error;
491
set =>
StreamContext
.Error = value;
499
public ConnectionAbortedException AbortReadException =>
StreamContext
.AbortReadException;
500
public ConnectionAbortedException AbortWriteException =>
StreamContext
.AbortWriteException;
1081
return new ValueTask<ConnectionContext>(stream.
StreamContext
);