Share via


TestServer.SendAsync(Action<HttpContext>, CancellationToken) Méthode

Définition

Crée, configure, envoie et retourne un HttpContext. Cette opération se termine dès que la réponse est démarrée.

public System.Threading.Tasks.Task<Microsoft.AspNetCore.Http.HttpContext> SendAsync (Action<Microsoft.AspNetCore.Http.HttpContext> configureContext, System.Threading.CancellationToken cancellationToken = default);
member this.SendAsync : Action<Microsoft.AspNetCore.Http.HttpContext> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Http.HttpContext>
Public Function SendAsync (configureContext As Action(Of HttpContext), Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpContext)

Paramètres

configureContext
Action<HttpContext>
cancellationToken
CancellationToken

Retours

S’applique à