# ChannelHostingExtensions

Package: [Microsoft.Orleans.BroadcastChannel](/orleans/docs/api/csharp/microsoft.orleans.broadcastchannel/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.BroadcastChannel) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.BroadcastChannel/Hosting/ChannelHostingExtensions.cs#L11)

```csharp
public static class ChannelHostingExtensions
```

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

## Methods

- [AddBroadcastChannel(IClientBuilder, string, Action&lt;BroadcastChannelOptions&gt;)](/orleans/docs/api/csharp/microsoft.orleans.broadcastchannel/orleans.hosting.channelhostingextensions/methods/addbroadcastchannel-this-orleans-hosting-iclientbuilder-string-system-action-orl-61f96167/)
- [AddBroadcastChannel(IClientBuilder, string, Action&lt;OptionsBuilder&lt;BroadcastChannelOptions&gt;&gt;)](/orleans/docs/api/csharp/microsoft.orleans.broadcastchannel/orleans.hosting.channelhostingextensions/methods/addbroadcastchannel-this-orleans-hosting-iclientbuilder-string-system-action-mic-806f2bb6/)
- [AddBroadcastChannel(ISiloBuilder, string, Action&lt;BroadcastChannelOptions&gt;)](/orleans/docs/api/csharp/microsoft.orleans.broadcastchannel/orleans.hosting.channelhostingextensions/methods/addbroadcastchannel-this-orleans-hosting-isilobuilder-string-system-action-orlea-f6bdb677/)
- [AddBroadcastChannel(ISiloBuilder, string, Action&lt;OptionsBuilder&lt;BroadcastChannelOptions&gt;&gt;)](/orleans/docs/api/csharp/microsoft.orleans.broadcastchannel/orleans.hosting.channelhostingextensions/methods/addbroadcastchannel-this-orleans-hosting-isilobuilder-string-system-action-micro-d1cdb106/)
- [GetBroadcastChannelProvider(IClusterClient, string)](/orleans/docs/api/csharp/microsoft.orleans.broadcastchannel/orleans.hosting.channelhostingextensions/methods/getbroadcastchannelprovider-this-orleans-iclusterclient-string-bee19d9d/)
