1 write to Response
Microsoft.AspNetCore.CookiePolicy.Test (1)
TestExtensions.cs (1)
25Response = await server.CreateClient().SendAsync(request),
6 references to Response
Microsoft.AspNetCore.CookiePolicy.Test (6)
TestExtensions.cs (6)
27if (transaction.Response.Headers.Contains("Set-Cookie")) 29transaction.SetCookie = transaction.Response.Headers.GetValues("Set-Cookie").ToList(); 31transaction.ResponseText = await transaction.Response.Content.ReadAsStringAsync(); 33if (transaction.Response.Content != null && 34transaction.Response.Content.Headers.ContentType != null && 35transaction.Response.Content.Headers.ContentType.MediaType == "text/xml")