> ## Documentation Index
> Fetch the complete documentation index at: https://docs.resq.software/llms.txt
> Use this file to discover all available pages before exploring further.

# ResQ.Core.NeoClient.NeoClient(ResQ.Core.NeoConfig)

### [ResQ.Core](./ResQ.Core.md "ResQ.Core").[NeoClient](./ResQ.Core.NeoClient.md "ResQ.Core.NeoClient")

## NeoClient(NeoConfig) Constructor

Initializes a new instance of the [NeoClient](./ResQ.Core.NeoClient.md "ResQ.Core.NeoClient") class.

```csharp theme={null}
public NeoClient(ResQ.Core.NeoConfig? config=null);
```

#### Parameters

<a name="ResQ.Core.NeoClient.NeoClient(ResQ.Core.NeoConfig).config" />

`config` [NeoConfig](./ResQ.Core.NeoConfig.md "ResQ.Core.NeoConfig")

Optional configuration. Uses defaults if not provided.
