# ChannelHostingExtensions.GetBroadcastChannelProvider(IClusterClient, string)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.broadcastchannel/orleans.hosting.channelhostingextensions/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.broadcastchannel/orleans.hosting.channelhostingextensions/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.BroadcastChannel/Hosting/ChannelHostingExtensions.cs#L70)

```csharp
public static IBroadcastChannelProvider GetBroadcastChannelProvider(this IClusterClient @this, string name)
```

Get the named broadcast channel provided.

### Parameters

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