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)
32await sse.ProcessRequestAsync(context, context.RequestAborted); 55await sse.ProcessRequestAsync(context, context.RequestAborted); 74var task = sse.ProcessRequestAsync(context, context.RequestAborted); 96var task = sse.ProcessRequestAsync(context, context.RequestAborted); 128await sse.ProcessRequestAsync(context, context.RequestAborted);