2 references to PrimaryEndpointName
Aspire.Hosting.Nats (2)
NatsBuilderExtensions.cs (1)
93
.WithEndpoint(targetPort: 4222, port: port, name: NatsServerResource.
PrimaryEndpointName
)
NatsServerResource.cs (1)
33
public EndpointReference PrimaryEndpoint => _primaryEndpoint ??= new(this,
PrimaryEndpointName
);