4 references to PrimaryEndpoint
Aspire.Hosting.MongoDB (4)
MongoDBBuilderExtensions.cs (1)
252var targetPort = resource.PrimaryEndpoint.TargetPort;
MongoDBServerResource.cs (3)
39public EndpointReferenceExpression Host => PrimaryEndpoint.Property(EndpointProperty.Host); 44public EndpointReferenceExpression Port => PrimaryEndpoint.Property(EndpointProperty.Port); 101builder.Append($"{PrimaryEndpoint.Property(EndpointProperty.HostAndPort)}");