3 references to WebTransportStream
InMemory.FunctionalTests (1)
Http3\WebTransport\WebTransportTestUtilities.cs (1)
87
return 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)
639
var webtransportStream = new
WebTransportStream
(stream.Context, type);
Internal\WebTransport\WebTransportSession.cs (1)
133
var stream = new
WebTransportStream
(streamContext, WebTransportStreamType.Output);