2 implementations of AppendResponseCookie
Aspire.Dashboard (1)
Authentication\AspireDashboardCookieManager.cs (1)
17public void AppendResponseCookie(HttpContext context, string key, string? value, CookieOptions options)
Microsoft.AspNetCore.Authentication.Cookies (1)
src\aspnetcore\src\Shared\ChunkingCookieManager\ChunkingCookieManager.cs (1)
145public void AppendResponseCookie(HttpContext context, string key, string? value, CookieOptions options)
4 references to AppendResponseCookie
Aspire.Dashboard.Tests (2)
DashboardOptionsTests.cs (2)
392cookieOptions.CookieManager.AppendResponseCookie(httpContext, cookieOptions.Cookie.Name!, "value", new CookieOptions()); 398cookieOptions.CookieManager.AppendResponseCookie(httpsContext, cookieOptions.Cookie.Name!, "value", new CookieOptions());
Microsoft.AspNetCore.Authentication.Cookies (2)
CookieAuthenticationHandler.cs (2)
281Options.CookieManager.AppendResponseCookie( 359Options.CookieManager.AppendResponseCookie(