5 references to ContentLength64
dotnet-aot (5)
parent\dotnet\Commands\Test\MTP\IPC\HttpTestHostGateway.cs (5)
291
if (request.
ContentLength64
> MaximumFrameSize)
296
using var buffer = request.
ContentLength64
is >= 0 and <= 1024 * 1024
297
? new MemoryStream((int)request.
ContentLength64
)
314
if (request.
ContentLength64
>= 0 && totalBytes != request.
ContentLength64
)