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