Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 333 Bytes

File metadata and controls

23 lines (16 loc) · 333 Bytes

Multiple Interfaces

This example shows a service that implements multiple Slice interfaces.

You can build the client and server applications with:

dotnet build

First start the Server program:

cd Server
dotnet run

In a separate terminal, start the Client program:

cd Client
dotnet run