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