# StreamingServiceCollectionExtensions.AddSiloStreaming(IServiceCollection)

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

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/Hosting/StreamingServiceCollectionExtensions.cs#L29-L56)

```csharp
public static void AddSiloStreaming(this IServiceCollection services)
```

Add support for streaming to this silo.

### Parameters

- `services` (`IServiceCollection`): The services.
