1 write to BindingMode
Aspire.Hosting (1)
ApplicationModel\AllocatedEndpoint.cs (1)
57BindingMode = bindingMode;
3 references to BindingMode
Aspire.Hosting (1)
Orchestrator\ApplicationOrchestrator.cs (1)
230var additionalUrl = allocatedEndpoint.BindingMode switch
Aspire.Hosting.Tests (2)
WithEndpointTests.cs (2)
645Assert.Equal(EndpointBindingMode.SingleAddress, endpoint.AllocatedEndpoint.BindingMode); 679Assert.Equal(endpointBindingMode, endpoint.AllocatedEndpoint.BindingMode);