3 writes to ContentType
Aspire.Hosting.Azure.Tests (2)
AzureServiceBusExtensionsTests.cs (2)
350
ContentType
= "application/text",
454
ContentType
= "application/text",
ServiceBus.AppHost (1)
Program.cs (1)
25
ContentType
= "application/text",
5 references to ContentType
Aspire.Hosting.Azure.ServiceBus (5)
ServiceBusRule.cs (5)
89
if (CorrelationFilter.
ContentType
!= null)
91
rule.CorrelationFilter.ContentType = CorrelationFilter.
ContentType
;
170
if (rule.CorrelationFilter.
ContentType
!= null)
172
writer.WriteString(nameof(ServiceBusCorrelationFilter.
ContentType
), rule.CorrelationFilter.
ContentType
);