# ClientStreamingExtensions.GetStreamProvider(IClusterClient, string)

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

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/GrainStreamingExtensions.cs#L61-L75)

```csharp
public static IStreamProvider GetStreamProvider(this IClusterClient client, string name)
```

Gets the stream provider with the specified `name`.

### Parameters

- `client` (`IClusterClient`): The client.
- `name` (`string`): The provider name.

### Returns

The stream provider.
