EndpointProperty
Enum net10.0
Represents the properties of an endpoint that can be referenced.
namespace Aspire.Hosting.ApplicationModel;
public sealed enum EndpointPropertyEnum Members
Section titled Enum MembersUrlThe entire URL of the endpoint.
HostThe host of the endpoint.
IPV4HostThe IPv4 address of the endpoint.
PortThe port of the endpoint.
SchemeThe scheme of the endpoint.
TargetPortThe target port of the endpoint.
HostAndPortThe host and port of the endpoint in the format `{Host}:{Port}`.