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