# DevTunnelOptions Constructors

- Package: [Aspire.Hosting.DevTunnels](/reference/api/csharp/aspire.hosting.devtunnels.md)
- Type: [DevTunnelOptions](/reference/api/csharp/aspire.hosting.devtunnels/devtunneloptions.md)
- Kind: `Constructors`
- Members: `1`

Options for the dev tunnel resource. Controls the creation and access settings of the underyling dev tunnel.

## DevTunnelOptions

- Name: `Constructor`

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