# ClientStreamingExtensions Methods

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

## GetStreamProvider(IClusterClient, string) {#getstreamprovider-this-orleans-iclusterclient-string-1aca4c9c}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.clientstreamingextensions/methods/getstreamprovider-this-orleans-iclusterclient-string-1aca4c9c/)

[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.
