3 references to SendAsync
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
);