3 references to StringContent
Microsoft.AspNetCore.Authentication.Test (3)
FacebookTests.cs (2)
337res.Content = new StringContent(graphResponse, Encoding.UTF8); 346res.Content = new StringContent(graphResponse, Encoding.UTF8);
TwitterTests.cs (1)
486res.Content = new StringContent(graphResponse, Encoding.UTF8);