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