1 write to StreamContext
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
503
StreamContext
= testStreamContext;
8 references to StreamContext
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (8)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (8)
411
MultiplexedConnectionContext.ToServerAcceptQueue.Writer.TryWrite(stream.
StreamContext
);
435
MultiplexedConnectionContext.ToServerAcceptQueue.Writer.TryWrite(stream.
StreamContext
);
453
MultiplexedConnectionContext.ToServerAcceptQueue.Writer.TryWrite(stream.
StreamContext
);
489
get =>
StreamContext
.Error;
490
set =>
StreamContext
.Error = value;
498
public ConnectionAbortedException AbortReadException =>
StreamContext
.AbortReadException;
499
public ConnectionAbortedException AbortWriteException =>
StreamContext
.AbortWriteException;
1078
return new ValueTask<ConnectionContext>(stream.
StreamContext
);