Base:
method
ReadAsync
System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)
1 reference to ReadAsync
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpRequestStream.cs (1)
118
var result = await _pipeReader.
ReadAsync
(cancellationToken);