5 references to Bidirectional
InMemory.FunctionalTests (4)
Http3\WebTransport\WebTransportSessionTests.cs (2)
42session.AddStream(WebTransportTestUtilities.CreateStream(WebTransportStreamType.Bidirectional)); 97var _ = WebTransportTestUtilities.CreateStream(WebTransportStreamType.Bidirectional);
Http3\WebTransport\WebTransportStreamTests.cs (2)
15[InlineData(WebTransportStreamType.Bidirectional, true, true)] 39var stream = WebTransportTestUtilities.CreateStream(WebTransportStreamType.Bidirectional, memory);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Connection.cs (1)
438await CreateAndAddWebTransportStream(pendingStream, streamIdFeature.StreamId, WebTransportStreamType.Bidirectional);