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