4 references to PrimaryEndpointName
Aspire.Hosting.Qdrant (4)
QdrantBuilderExtensions.cs (3)
72.WithHttpEndpoint(port: grpcPort, targetPort: QdrantPortGrpc, name: QdrantServerResource.PrimaryEndpointName) 73.WithEndpoint(QdrantServerResource.PrimaryEndpointName, endpoint => 90.WithUrlForEndpoint(QdrantServerResource.PrimaryEndpointName, c =>
QdrantServerResource.cs (1)
36public EndpointReference PrimaryEndpoint => _primaryEndpoint ??= new(this, PrimaryEndpointName);