11 references to StreamId
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (11)
QuicConnectionContextTests.cs (11)
604
logger.LogInformation($"{
StreamId
(streamIndex)}: Client opening outbound stream.");
606
logger.LogInformation($"{
StreamId
(streamIndex)}: Client writing to stream.");
609
logger.LogInformation($"{
StreamId
(streamIndex)}: Server accepting incoming stream.");
611
logger.LogInformation($"{
StreamId
(streamIndex)}: Server reading data.");
616
logger.LogInformation($"{
StreamId
(streamIndex)}: Server verifying all data received.");
624
logger.LogInformation($"{
StreamId
(streamIndex)}: Increasing active concurrent connections to {requestState.ActiveConcurrentConnections}.");
627
logger.LogInformation($"{
StreamId
(streamIndex)}: All connections on server.");
635
logger.LogInformation($"{
StreamId
(streamIndex)}: Server completing reading and writing.");
639
logger.LogInformation($"{
StreamId
(streamIndex)}: Client verifying all data received.");
643
logger.LogInformation($"{
StreamId
(streamIndex)}: Diposing {nameof(QuicStreamContext)}.");
653
logger.LogError(ex, $"{
StreamId
(streamIndex)}: Error.");