1 write to PrimaryEndpoint
Aspire.Hosting.RabbitMQ (1)
RabbitMQServerResource.cs (1)
27
PrimaryEndpoint
= new(this, PrimaryEndpointName);
3 references to PrimaryEndpoint
Aspire.Hosting.RabbitMQ (3)
RabbitMQServerResource.cs (3)
45
public EndpointReferenceExpression Host =>
PrimaryEndpoint
.Property(EndpointProperty.Host);
50
public EndpointReferenceExpression Port =>
PrimaryEndpoint
.Property(EndpointProperty.Port);
101
builder.Append($"{
PrimaryEndpoint
.Property(EndpointProperty.HostAndPort)}");