5 references to Input
InMemory.FunctionalTests (3)
Http3\WebTransport\WebTransportSessionTests.cs (1)
43
session.AddStream(WebTransportTestUtilities.CreateStream(WebTransportStreamType.
Input
));
Http3\WebTransport\WebTransportStreamTests.cs (1)
16
[InlineData(WebTransportStreamType.
Input
, true, false)]
Http3\WebTransport\WebTransportTestUtilities.cs (1)
79
features.Set<IStreamDirectionFeature>(new DefaultStreamDirectionFeature(type != WebTransportStreamType.Output, type != WebTransportStreamType.
Input
));
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3Connection.cs (1)
405
await CreateAndAddWebTransportStream(pendingStream, streamIdFeature.StreamId, WebTransportStreamType.
Input
);
Internal\WebTransport\WebTransportStream.cs (1)
49
_canWrite = type != WebTransportStreamType.
Input
;