# ClusterClientMemoryStreamConfigurator&lt;TSerializer&gt; Constructors

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.hosting.clusterclientmemorystreamconfigurator-1/)

## ClusterClientMemoryStreamConfigurator&lt;TSerializer&gt;(string, IClientBuilder) {#constructor-string-orleans-hosting-iclientbuilder-2342f631}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.hosting.clusterclientmemorystreamconfigurator-1/constructors/constructor-string-orleans-hosting-iclientbuilder-2342f631/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/MemoryStreams/MemoryStreamBuilder.cs#L72-L74)

```csharp
public ClusterClientMemoryStreamConfigurator(string name, IClientBuilder builder)
```

Initializes a new instance of the `Orleans.Hosting.ClusterClientMemoryStreamConfigurator-1` class.

### Parameters

- `name` (`string`): The stream provider name.
- `builder` (`IClientBuilder`): The builder.
