Summator.cscontains all the protocol buffer code to populate, serialize, and retrieve our request and response message typesSummatorGrpc.csprovides generated client and server classes, including:- the abstract class
Summator.SummatorBasethat is inherited when defining Summator service implementations. - the class
Summator.SummatorClientused to access remote Summator instances.
- the abstract class