1 write to RequestContentType
Aspire.Hosting.Foundry.Tests (1)
HostedAgentExtensionTests.cs (1)
815
RequestContentType
= request.Content?.Headers.ContentType?.MediaType;
1 reference to RequestContentType
Aspire.Hosting.Foundry.Tests (1)
HostedAgentExtensionTests.cs (1)
186
Assert.Equal("application/json", fakeHandler.
RequestContentType
);