1 write to StreamContext
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
504
StreamContext
= testStreamContext;
8 references to StreamContext
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (8)
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
);