3 implementations of ProcessRequestAsync
Microsoft.AspNetCore.Http.Connections (3)
Internal\Transports\LongPollingServerTransport.cs (1)
32
public async Task<bool>
ProcessRequestAsync
(HttpContext context, CancellationToken token)
Internal\Transports\ServerSentEventsServerTransport.cs (1)
31
public async Task<bool>
ProcessRequestAsync
(HttpContext context, CancellationToken cancellationToken)
Internal\Transports\WebSocketsServerTransport.cs (1)
37
public async Task<bool>
ProcessRequestAsync
(HttpContext context, CancellationToken token)
1 reference to ProcessRequestAsync
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
424
TransportTask = transport.
ProcessRequestAsync
(context, context.RequestAborted);