1 write to Context
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3PendingStream.cs (1)
20
Context
= context;
6 references to Context
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http3\Http3Connection.cs (3)
628
var correspondingSession = await stream.ReadNextStreamHeaderAsync(stream.
Context
, streamId, null);
638
stream.
Context
.WebTransportSession = session;
639
var webtransportStream = new WebTransportStream(stream.
Context
, type);
Internal\Http3\Http3PendingStream.cs (3)
35
Context
.Transport.Input.CancelPendingRead();
36
Context
.Transport.Input.Complete(exception);
37
Context
.Transport.Output.Complete(exception);