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