Skip to content

Files

Latest commit

cf6ba72 · Oct 16, 2023

History

History
This branch is 351 commits behind icerpc/icerpc-csharp:main.

Stream

Stream

This example application illustrates how to stream random numbers from a server to a client.

You can build the client and server applications with:

dotnet build

First start the Server program:

cd Server
dotnet run

In a separate window, start the Client program:

cd Client
dotnet run