Summator.cs
contains all the protocol buffer code to populate, serialize, and retrieve our request and response message typesSummatorGrpc.cs
provides generated client and server classes, including:- the abstract class
Summator.SummatorBase
that is inherited when defining Summator service implementations. - the class
Summator.SummatorClient
used to access remote Summator instances.
- the abstract class