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