3 writes to ContentType
Aspire.Hosting.Azure.Tests (2)
AzureServiceBusExtensionsTests.cs (2)
242
ContentType
= "application/text",
350
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)
91
if (CorrelationFilter.
ContentType
!= null)
93
rule.CorrelationFilter.ContentType = CorrelationFilter.
ContentType
;
172
if (rule.CorrelationFilter.
ContentType
!= null)
174
writer.WriteString(nameof(AzureServiceBusCorrelationFilter.
ContentType
), rule.CorrelationFilter.
ContentType
);