3 references to PrimaryEndpoint
Aspire.Hosting.Nats (3)
NatsServerResource.cs (3)
39
public EndpointReferenceExpression Host =>
PrimaryEndpoint
.Property(EndpointProperty.Host);
44
public EndpointReferenceExpression Port =>
PrimaryEndpoint
.Property(EndpointProperty.Port);
97
builder.Append($"{
PrimaryEndpoint
.Property(EndpointProperty.HostAndPort)}");