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