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