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