# ComposeServicePort Constructors

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

Represents a port mapping for a compose service.

## ComposeServicePort

- Name: `Constructor`

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