Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 372 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 372 Bytes

GenericHost

This example shows how to use dependency injection and the .NET Generic Host with IceRPC client and server applications.

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