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 (1)
Internal\HttpConnectionContext.cs (1)
493
TransportTask = longPolling.
ProcessRequestAsync
(nonClonedContext, tokenSource.Token);
Microsoft.AspNetCore.Http.Connections.Tests (4)
LongPollingTests.cs (4)
34
await poll.
ProcessRequestAsync
(context, context.RequestAborted).DefaultTimeout();
54
await poll.
ProcessRequestAsync
(context, cts.Token).DefaultTimeout();
78
await poll.
ProcessRequestAsync
(context, context.RequestAborted).DefaultTimeout();
104
await poll.
ProcessRequestAsync
(context, context.RequestAborted).DefaultTimeout();