5 references to StreamType
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (5)
Internal\QuicLog.cs (5)
25
private static partial void AcceptedStreamCore(ILogger logger, string connectionId,
StreamType
streamType);
36
private static partial void ConnectedStreamCore(ILogger logger, string connectionId,
StreamType
streamType);
238
private static
StreamType
GetStreamType(QuicStreamContext streamContext) =>
240
?
StreamType
.Bidirectional
241
:
StreamType
.Unidirectional;