3 references to SendAsync
Microsoft.AspNetCore.TestHost (3)
ClientHandler.cs (1)
210
var httpContext = await contextBuilder.
SendAsync
(cancellationToken);
TestServer.cs (1)
230
return await builder.
SendAsync
(cancellationToken).ConfigureAwait(false);
WebSocketClient.cs (1)
97
var httpContext = await contextBuilder.
SendAsync
(cancellationToken);