2 instantiations of ResponseCookiesFeature
Microsoft.AspNetCore.CookiePolicy (1)
CookiePolicyMiddleware.cs (1)
65
var feature = context.Features.Get<IResponseCookiesFeature>() ?? new
ResponseCookiesFeature
(context.Features);
Microsoft.AspNetCore.Http (1)
Internal\DefaultHttpResponse.cs (1)
19
private static readonly Func<IFeatureCollection, IResponseCookiesFeature?> _newResponseCookiesFeature = f => new
ResponseCookiesFeature
(f);
2 references to ResponseCookiesFeature
Microsoft.AspNetCore.Http (2)
Features\ResponseCookiesFeature.cs (2)
18
/// Initializes a new <see cref="
ResponseCookiesFeature
"/> instance.
30
/// Initializes a new <see cref="
ResponseCookiesFeature
"/> instance.