Share via


SeqResource.UriExpression Property

Definition

Gets the connection URI expression for the Seq server.

public Aspire.Hosting.ApplicationModel.ReferenceExpression UriExpression { get; }
member this.UriExpression : Aspire.Hosting.ApplicationModel.ReferenceExpression
Public ReadOnly Property UriExpression As ReferenceExpression

Property Value

Remarks

Format: http://{host}:{port}. The scheme reflects the endpoint configuration and may be https when TLS is enabled.

Applies to