1 write to ResponseText
Microsoft.AspNetCore.Authentication.Test (1)
CookieTests.cs (1)
1923transaction.ResponseText = await transaction.Response.Content.ReadAsStringAsync();
1 reference to ResponseText
Microsoft.AspNetCore.Authentication.Test (1)
CookieTests.cs (1)
1929transaction.ResponseElement = XElement.Parse(transaction.ResponseText);