Skip to content
DocsTry Aspire
DocsTry

SeqResource Properties

ClassProperties5 members
An Aspire resource that is a Seq server.
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the connection string expression for the Seq server.
public ReferenceExpression ConnectionStringExpression { get; }
HostSection titled HostEndpointReferenceExpression
Gets the host endpoint reference for this resource.
public EndpointReferenceExpression Host { get; }
PortSection titled PortEndpointReferenceExpression
Gets the port endpoint reference for this resource.
public EndpointReferenceExpression Port { get; }
PrimaryEndpointSection titled PrimaryEndpointEndpointReference
Gets the primary endpoint for the Seq server.
public EndpointReference PrimaryEndpoint { get; }
UriExpressionSection titled UriExpressionReferenceExpression
Gets the connection URI expression for the Seq server.
public ReferenceExpression UriExpression { get; }
Format: http://{host}:{port}. The scheme reflects the endpoint configuration and may be https when TLS is enabled.