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