1 write to MaxBidirectionalStreamCount
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (1)
QuicTestHelpers.cs (1)
36
quicTransportOptions.
MaxBidirectionalStreamCount
= 200;
1 reference to MaxBidirectionalStreamCount
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionListener.cs (1)
90
MaxInboundBidirectionalStreams = options.
MaxBidirectionalStreamCount
,