3 writes to ContentType
Aspire.Hosting.Azure.Tests (2)
AzureServiceBusExtensionsTests.cs (2)
241
ContentType
= "application/text",
349
ContentType
= "application/text",
ServiceBus.AppHost (1)
Program.cs (1)
21
ContentType
= "application/text",
5 references to ContentType
Aspire.Hosting.Azure.ServiceBus (5)
AzureServiceBusRule.cs (5)
90
if (CorrelationFilter.
ContentType
!= null)
92
rule.CorrelationFilter.ContentType = CorrelationFilter.
ContentType
;
171
if (rule.CorrelationFilter.
ContentType
!= null)
173
writer.WriteString(nameof(AzureServiceBusCorrelationFilter.
ContentType
), rule.CorrelationFilter.
ContentType
);