4 references to OnSendingHeaders
Microsoft.AspNetCore.Owin (4)
OwinEnvironment.cs (1)
67{ OwinConstants.CommonKeys.OnSendingHeaders, new FeatureMap<IHttpResponseFeature>(
OwinFeatureCollection.cs (3)
52var register = Prop<Action<Action<object>, object>>(OwinConstants.CommonKeys.OnSendingHeaders); 184var register = Prop<Action<Action<object>, object>>(OwinConstants.CommonKeys.OnSendingHeaders); 187throw new NotSupportedException(OwinConstants.CommonKeys.OnSendingHeaders);