5 references to FeatureMap
Microsoft.AspNetCore.Owin (5)
OwinEnvironment.cs (5)
67
{ OwinConstants.CommonKeys.OnSendingHeaders, new
FeatureMap
<IHttpResponseFeature>(
90
{ OwinConstants.SendFiles.SendAsync, new
FeatureMap
<IHttpResponseBodyFeature>(feature => new SendFileFunc(feature.SendFileAsync)) },
106
_entries[OwinConstants.CallCancelled] = new
FeatureMap
<IHttpRequestLifetimeFeature>(feature => feature.RequestAborted);
123
_entries.Add(OwinConstants.CommonKeys.LoadClientCertAsync, new
FeatureMap
<ITlsConnectionFeature>(
129
_entries.Add(OwinConstants.WebSocket.AcceptAlt, new
FeatureMap
<IHttpWebSocketFeature>(feature => new WebSocketAcceptAlt(feature.AcceptAsync)));