1 instantiation of Http3Stream
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Connection.cs (1)
607
stream = new
Http3Stream
<TContext>(application, CreateHttpStreamContext(streamContext));
1 reference to Http3Stream
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Connection.cs (1)
612
stream = (
Http3Stream
<TContext>)s!;