4 references to PrimaryEndpoint
Aspire.Hosting.Seq (4)
SeqResource.cs (4)
24
public EndpointReferenceExpression Host =>
PrimaryEndpoint
.Property(EndpointProperty.Host);
29
public EndpointReferenceExpression Port =>
PrimaryEndpoint
.Property(EndpointProperty.Port);
35
ReferenceExpression.Create($"{
PrimaryEndpoint
.Property(EndpointProperty.Url)}");
43
public ReferenceExpression UriExpression => ReferenceExpression.Create($"{
PrimaryEndpoint
.Property(EndpointProperty.Url)}");