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