4 references to HttpEndpoint
Aspire.Hosting.Qdrant (4)
QdrantServerResource.cs (4)
56
public EndpointReferenceExpression HttpHost =>
HttpEndpoint
.Property(EndpointProperty.Host);
61
public EndpointReferenceExpression HttpPort =>
HttpEndpoint
.Property(EndpointProperty.Port);
83
$"Endpoint={
HttpEndpoint
.Property(EndpointProperty.Url)};Key={ApiKeyParameter}");
91
public ReferenceExpression HttpUriExpression => ReferenceExpression.Create($"{
HttpEndpoint
.Property(EndpointProperty.Url)}");