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