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