# ComposeServiceInfo Constructors

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [ComposeServiceInfo](/reference/api/csharp/aspire.hosting/composeserviceinfo.md)
- Kind: `Constructors`
- Members: `1`

Represents a running service discovered from a compose environment.

## ComposeServiceInfo

- Name: `Constructor`

```csharp
public sealed class ComposeServiceInfo
{
    public ComposeServiceInfo()
    {
        // ...
    }
}
```
