8 references to ResponseBody
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Logging\HttpLoggingTagNames.cs (1)
73
ResponseBody
,
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (7)
Logging\AcceptanceTests.cs (7)
243
Assert.Single(state, x => x.Key == HttpLoggingTagNames.
ResponseBody
&& x.Value == "Server: hello!Server: world!");
248
Assert.DoesNotContain(state, x => x.Key == HttpLoggingTagNames.
ResponseBody
);
290
Assert.DoesNotContain(state, x => x.Key == HttpLoggingTagNames.
ResponseBody
);
343
Assert.DoesNotContain(state, x => x.Key == HttpLoggingTagNames.
ResponseBody
);
472
Assert.DoesNotContain(state, x => x.Key == HttpLoggingTagNames.
ResponseBody
);
511
Assert.DoesNotContain(state, x => x.Key == HttpLoggingTagNames.
ResponseBody
);
711
Assert.Single(state, x => x.Key == HttpLoggingTagNames.
ResponseBody
&& x.Value == "test body");