aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Examples.MathServer/MathServer.cs
Commit message (Expand)AuthorAge
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3Gravatar Jan Tattermusch2015-08-26
|\
| * get rid of explicit GrpcEnvironment.Shutdown()Gravatar Jan Tattermusch2015-08-20
* | migrated code to proto3Gravatar Jan Tattermusch2015-08-08
|/
* changed the way ports are added to the serverGravatar Jan Tattermusch2015-08-04
* changed way service definitions are added to the serverGravatar Jan Tattermusch2015-08-04
* make insecure channel and server explicitGravatar Jan Tattermusch2015-07-24
* no need to call GrpcEnvironment.Initialize() explicitlyGravatar Jan Tattermusch2015-07-10
* Replace handwritten math stub by the generated oneGravatar Jan Tattermusch2015-05-07
* Split address passed to AddListeningPort into host and portGravatar Jan Tattermusch2015-05-07
* Merge pull request #1358 from jtattermusch/csharp_server_improvementsGravatar Tim Emiola2015-04-24
|\
| * Removing some ugly hacks from C# server and improving the comments a bitGravatar Jan Tattermusch2015-04-23
* | mathserver listens on fixed portGravatar Jan Tattermusch2015-04-22
|/
* Added example math serverGravatar Jan Tattermusch2015-04-06