4 references to Output
InMemory.FunctionalTests (2)
Http3\WebTransport\WebTransportStreamTests.cs (1)
17[InlineData(WebTransportStreamType.Output, false, true)]
Http3\WebTransport\WebTransportTestUtilities.cs (1)
79features.Set<IStreamDirectionFeature>(new DefaultStreamDirectionFeature(type != WebTransportStreamType.Output, type != WebTransportStreamType.Input));
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\WebTransport\WebTransportSession.cs (1)
133var stream = new WebTransportStream(streamContext, WebTransportStreamType.Output);
Internal\WebTransport\WebTransportStream.cs (1)
48_canRead = type != WebTransportStreamType.Output;