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