2 references to ReadBoundaryAsync
Microsoft.AspNetCore.WebUtilities (2)
MultipartReaderStream.cs (2)
277
return await
ReadBoundaryAsync
(this, length, cancellationToken);
300
return await
ReadBoundaryAsync
(this, length, cancellationToken);