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