5 references to CreateHttpStreamContext
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http3\Http3Connection.cs (4)
390var context = CreateHttpStreamContext(streamContext); 426var context = CreateHttpStreamContext(streamContext); 607stream = new Http3Stream<TContext>(application, CreateHttpStreamContext(streamContext)); 740var httpConnectionContext = CreateHttpStreamContext(streamContext);
Internal\WebTransport\WebTransportSession.cs (1)
132var streamContext = _connection.CreateHttpStreamContext(connectionContext);