3 references to PrimaryEndpointName
Aspire.Hosting.MongoDB (3)
MongoDBBuilderExtensions.cs (2)
89.WithEndpoint(port: port, targetPort: DefaultContainerPort, name: MongoDBServerResource.PrimaryEndpointName) 153.WithEndpoint(MongoDBServerResource.PrimaryEndpointName, endpoint => endpoint.TlsEnabled = true)
MongoDBServerResource.cs (1)
38public EndpointReference PrimaryEndpoint => _primaryEndpoint ??= new(this, PrimaryEndpointName);