1 override of ExecuteAsync
Microsoft.AspNetCore.Http.Results.Tests (1)
FileContentResultTests.cs (1)
14
protected override Task
ExecuteAsync
(
10 references to ExecuteAsync
Microsoft.AspNetCore.Http.Results.Tests (10)
src\Shared\ResultsTests\FileContentResultTestBase.cs (10)
38
await
ExecuteAsync
(httpContext, buffer, "text/plain");
72
await
ExecuteAsync
(httpContext, byteArray, contentType, lastModified, entityTag, enableRangeProcessing: true);
112
await
ExecuteAsync
(httpContext, byteArray, contentType, lastModified, entityTag: entityTag, enableRangeProcessing: true);
151
await
ExecuteAsync
(httpContext, byteArray, contentType, lastModified, entityTag);
185
await
ExecuteAsync
(httpContext, byteArray, contentType, lastModified, entityTag, enableRangeProcessing: true);
216
await
ExecuteAsync
(httpContext, byteArray, contentType, lastModified, entityTag, enableRangeProcessing: true);
247
await
ExecuteAsync
(httpContext, byteArray, contentType, lastModified, entityTag, enableRangeProcessing: true);
284
await
ExecuteAsync
(httpContext, byteArray, contentType, lastModified, entityTag, enableRangeProcessing: true);
318
await
ExecuteAsync
(httpContext, byteArray, contentType, lastModified, entityTag, enableRangeProcessing: true);
346
await
ExecuteAsync
(httpContext, buffer, expectedContentType);