Implemented interface member:
method
ProcessRequestAsync
Microsoft.AspNetCore.Http.Connections.Internal.Transports.IHttpTransport.ProcessRequestAsync(Microsoft.AspNetCore.Http.HttpContext, System.Threading.CancellationToken)
5 references to ProcessRequestAsync
Microsoft.AspNetCore.Http.Connections.Tests (5)
ServerSentEventsTests.cs (5)
32
await sse.
ProcessRequestAsync
(context, context.RequestAborted);
55
await sse.
ProcessRequestAsync
(context, context.RequestAborted);
74
var task = sse.
ProcessRequestAsync
(context, context.RequestAborted);
96
var task = sse.
ProcessRequestAsync
(context, context.RequestAborted);
128
await sse.
ProcessRequestAsync
(context, context.RequestAborted);