> ## 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.HceClient.HceClient(string)

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

## HceClient(string) Constructor

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

```csharp theme={null}
public HceClient(string baseUrl="http://localhost:3000");
```

#### Parameters

<a name="ResQ.Core.HceClient.HceClient(string).baseUrl" />

`baseUrl` [System.String](https://learn.microsoft.com/en-us/dotnet/api/system.string "System.String")

Base URL of the HCE service.
