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)
232if (Environment.TryGetValue(OwinConstants.SendFiles.SendAsync, out obj)) 237throw new NotSupportedException(OwinConstants.SendFiles.SendAsync);