1 write to RequestContentType
Aspire.Hosting.Tests (1)
WithHttpCommandTests.cs (1)
571
RequestContentType
= request.Content?.Headers.ContentType?.MediaType;
1 reference to RequestContentType
Aspire.Hosting.Tests (1)
WithHttpCommandTests.cs (1)
394
Assert.Equal("text/plain", fakeHandler.
RequestContentType
);