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