4 references to PrimaryEndpoint
Aspire.Hosting.Seq (4)
SeqResource.cs (4)
25
public EndpointReferenceExpression Host =>
PrimaryEndpoint
.Property(EndpointProperty.Host);
30
public EndpointReferenceExpression Port =>
PrimaryEndpoint
.Property(EndpointProperty.Port);
36
ReferenceExpression.Create($"{
PrimaryEndpoint
.Property(EndpointProperty.Url)}");
44
public ReferenceExpression UriExpression => ReferenceExpression.Create($"{
PrimaryEndpoint
.Property(EndpointProperty.Url)}");