3 references to WebTransportStream
InMemory.FunctionalTests (1)
Http3\WebTransport\WebTransportTestUtilities.cs (1)
87return new WebTransportStream(TestContextFactory.CreateHttp3StreamContext("id", null, new TestServiceContext(), features, null, null, null, transport), type);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3Connection.cs (1)
639var webtransportStream = new WebTransportStream(stream.Context, type);
Internal\WebTransport\WebTransportSession.cs (1)
133var stream = new WebTransportStream(streamContext, WebTransportStreamType.Output);