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