1 write to StreamContext
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
522
StreamContext
= testStreamContext;
8 references to StreamContext
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (8)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (8)
424
MultiplexedConnectionContext.ToServerAcceptQueue.Writer.TryWrite(stream.
StreamContext
);
449
MultiplexedConnectionContext.ToServerAcceptQueue.Writer.TryWrite(stream.
StreamContext
);
468
MultiplexedConnectionContext.ToServerAcceptQueue.Writer.TryWrite(stream.
StreamContext
);
506
get =>
StreamContext
.Error;
507
set =>
StreamContext
.Error = value;
517
public ConnectionAbortedException AbortReadException =>
StreamContext
.AbortReadException;
518
public ConnectionAbortedException AbortWriteException =>
StreamContext
.AbortWriteException;
1099
return new ValueTask<ConnectionContext>(stream.
StreamContext
);