11 references to StreamId
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (11)
QuicConnectionContextTests.cs (11)
603
logger.LogInformation($"{
StreamId
(streamIndex)}: Client opening outbound stream.");
605
logger.LogInformation($"{
StreamId
(streamIndex)}: Client writing to stream.");
608
logger.LogInformation($"{
StreamId
(streamIndex)}: Server accepting incoming stream.");
610
logger.LogInformation($"{
StreamId
(streamIndex)}: Server reading data.");
615
logger.LogInformation($"{
StreamId
(streamIndex)}: Server verifying all data received.");
623
logger.LogInformation($"{
StreamId
(streamIndex)}: Increasing active concurrent connections to {requestState.ActiveConcurrentConnections}.");
626
logger.LogInformation($"{
StreamId
(streamIndex)}: All connections on server.");
634
logger.LogInformation($"{
StreamId
(streamIndex)}: Server completing reading and writing.");
638
logger.LogInformation($"{
StreamId
(streamIndex)}: Client verifying all data received.");
642
logger.LogInformation($"{
StreamId
(streamIndex)}: Diposing {nameof(QuicStreamContext)}.");
652
logger.LogError(ex, $"{
StreamId
(streamIndex)}: Error.");