# InProcessTestClusterBuilder.ConfigureClient(Action&lt;IClientBuilder&gt;)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.inprocesstestclusterbuilder/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.inprocesstestclusterbuilder/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.TestingHost/InProcTestClusterBuilder.cs#L89-L90)

```csharp
public InProcessTestClusterBuilder ConfigureClient(Action<IClientBuilder> configureClientDelegate)
```

Adds a delegate to configure clients.

### Parameters

- `configureClientDelegate` (`Action<IClientBuilder>`)

### Returns

The builder.
