1 type derived from Http3Stream
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3StreamOfT.cs (1)
10
internal sealed class Http3Stream<TContext> :
Http3Stream
, IHostContextContainer<TContext> where TContext : notnull
10 references to Http3Stream
Microsoft.AspNetCore.Server.Kestrel.Core (10)
Internal\Http3\Http3Connection.cs (2)
601
Http3Stream
stream;
916
internal WebTransportSession OpenNewWebTransportSession(
Http3Stream
http3Stream)
Internal\Http3\Http3MessageBody.cs (2)
14
private readonly
Http3Stream
_context;
17
public Http3MessageBody(
Http3Stream
context)
Internal\Http3\Http3OutputProducer.cs (2)
23
private readonly
Http3Stream
_stream;
39
Http3Stream
stream,
Internal\Http3\Http3Stream.cs (2)
597
var
stream = (
Http3Stream
)s!;
Internal\WebTransport\WebTransportSession.cs (2)
29
private readonly
Http3Stream
_connectStream = default!;
46
internal WebTransportSession(Http3Connection connection,
Http3Stream
connectStream)