Freigeben über


IHttpWebTransportFeature.AcceptAsync(CancellationToken) Methode

Definition

Akzeptieren Sie die Sitzungsanforderung, und lassen Sie die Verwendung von Streams zu.

public System.Threading.Tasks.ValueTask<Microsoft.AspNetCore.Http.Features.IWebTransportSession> AcceptAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member AcceptAsync : System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<Microsoft.AspNetCore.Http.Features.IWebTransportSession>
Public Function AcceptAsync (Optional cancellationToken As CancellationToken = Nothing) As ValueTask(Of IWebTransportSession)

Parameter

cancellationToken
CancellationToken

Das Abbruchtoken, das abgebrochen werden soll, und warten auf die Sitzung.

Gibt zurück

Eine instance einer WebTransportSession, die zum Steuern der Verbindung verwendet wird.

Gilt für: