# StreamingServiceCollectionExtensions.AddClientStreaming(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#L64-L78)

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

Add support for streaming to this client.

### Parameters

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