3 references to SendFiles
Microsoft.AspNetCore.Owin (3)
OwinEnvironment.cs (1)
90
{ OwinConstants.
SendFiles
.SendAsync, new FeatureMap<IHttpResponseBodyFeature>(feature => new SendFileFunc(feature.SendFileAsync)) },
OwinFeatureCollection.cs (2)
232
if (Environment.TryGetValue(OwinConstants.
SendFiles
.SendAsync, out obj))
237
throw new NotSupportedException(OwinConstants.
SendFiles
.SendAsync);