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