5 references to FeatureMap
Microsoft.AspNetCore.Owin (5)
OwinEnvironment.cs (5)
422
{ OwinConstants.CommonKeys.OnSendingHeaders, new
FeatureMap
<IHttpResponseFeature>(
440
{ OwinConstants.SendFiles.SendAsync, new
FeatureMap
<IHttpResponseBodyFeature>(feature => new SendFileFunc(feature.SendFileAsync)) },
443
{ OwinConstants.CallCancelled, new
FeatureMap
<IHttpRequestLifetimeFeature>(feature => feature.RequestAborted) },
446
{ OwinConstants.CommonKeys.LoadClientCertAsync, new
FeatureMap
<ITlsConnectionFeature>(feature => new Func<Task>(() => feature.GetClientCertificateAsync(CancellationToken.None))) },
447
{ OwinConstants.WebSocket.AcceptAlt, new
FeatureMap
<IHttpWebSocketFeature>(