Udostępnij za pośrednictwem


HttpResponse.StartAsync(CancellationToken) Metoda

Definicja

Uruchamia odpowiedź przez wywołanie metody OnStarting() i co sprawia, że nagłówki są niemodyfikowalne.

public virtual System.Threading.Tasks.Task StartAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member StartAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.StartAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function StartAsync (Optional cancellationToken As CancellationToken = Nothing) As Task

Parametry

cancellationToken
CancellationToken

Zwraca

Uwagi

Microsoft.AspNetCore.Http.Features.IHttpResponseStartFeature Jeśli parametr nie jest ustawiony, funkcja StartAsync będzie domyślnie wywoływać metodę HttpResponse.Body.FlushAsync().

Dotyczy