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