1 write to Port
Aspire.Hosting (1)
ApplicationModel\AllocatedEndpoint.cs (1)
31Port = port;
4 references to Port
Aspire.Hosting (2)
ApplicationModel\AllocatedEndpoint.cs (1)
63public string EndPointString => $"{Address}:{Port}";
ApplicationModel\EndpointReference.cs (1)
77public int Port => AllocatedEndpoint.Port;
Aspire.Hosting.Tests (2)
SlimTestProgramTests.cs (2)
57Assert.Equal(endpoint.Port, endpoint.AllocatedEndpoint.Port); 75Assert.Equal(endpoint.Port, endpoint.AllocatedEndpoint.Port);