3 references to PrimaryEndpointName
Aspire.Hosting.Qdrant (3)
QdrantBuilderExtensions.cs (2)
48.WithHttpEndpoint(port: grpcPort, targetPort: QdrantPortGrpc, name: QdrantServerResource.PrimaryEndpointName) 49.WithEndpoint(QdrantServerResource.PrimaryEndpointName, endpoint =>
QdrantServerResource.cs (1)
36public EndpointReference PrimaryEndpoint => _primaryEndpoint ??= new(this, PrimaryEndpointName);