# DelveServerOptions Constructors

- Package: [Aspire.Hosting.Go](/reference/api/csharp/aspire.hosting.go.md)
- Type: [DelveServerOptions](/reference/api/csharp/aspire.hosting.go/delveserveroptions.md)
- Kind: `Constructors`
- Members: `1`

Configures the headless Delve debug server used for remote debugging of a Go application.

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

## DelveServerOptions

- Name: `Constructor`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/b5f143315ffb6968ea939a9978797a5b20e4c688/src/Aspire.Hosting.Go/DelveServerOptions.cs#L36)

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