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

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

## DtsopClient(string) Constructor

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

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

#### Parameters

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

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

Base URL of the DTSOP service.
