2 references to PutAsync
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (2)
Logging\AcceptanceTests.cs (2)
693
var ex = await Assert.ThrowsAsync<HttpRequestException>(() => client.
PutAsync
("/error?body=true", content));
727
var ex = await Assert.ThrowsAsync<HttpRequestException>(() => client.
PutAsync
("/error?body=true", content));