> ## 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.Clients.BaseServiceClient.Dispose()

### [ResQ.Clients](./ResQ.Clients.md "ResQ.Clients").[BaseServiceClient](./ResQ.Clients.BaseServiceClient.md "ResQ.Clients.BaseServiceClient")

## BaseServiceClient.Dispose() Method

Disposes the HTTP client.

```csharp theme={null}
public void Dispose();
```

Implements [Dispose()](https://learn.microsoft.com/en-us/dotnet/api/system.idisposable.dispose "System.IDisposable.Dispose")
