7 references to RequestBody
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Logging\HttpLoggingTagNames.cs (1)
72
RequestBody
,
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (6)
Logging\AcceptanceTests.cs (6)
186
Assert.DoesNotContain(state, x => x.Key == HttpLoggingTagNames.
RequestBody
);
259
Assert.Single(state, x => x.Key == HttpLoggingTagNames.
RequestBody
&& x.Value == Content);
264
Assert.DoesNotContain(state, x => x.Key == HttpLoggingTagNames.
RequestBody
);
385
Assert.DoesNotContain(state, x => x.Key == HttpLoggingTagNames.
RequestBody
);
424
Assert.DoesNotContain(state, x => x.Key == HttpLoggingTagNames.
RequestBody
);
624
Assert.Single(state, x => x.Key == HttpLoggingTagNames.
RequestBody
&& x.Value == Content);