# ConnectionConstruct Constructors

- Package: [Aspire.Hosting.Radius](/reference/api/csharp/aspire.hosting.radius.md)
- Type: [ConnectionConstruct](/reference/api/csharp/aspire.hosting.radius/connectionconstruct.md)
- Kind: `Constructors`
- Members: `1`

Represents a connection entry in a container's connections block.

<a id="constructor"></a>

## ConnectionConstruct

- Name: `Constructor`

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