Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
a96ac058f47bb155af0e835a679d9b47a57271f9
/
src
/
csharp
/
Grpc.Examples.Tests
/
MathClientServerTests.cs
a96ac05
make insecure channel and server explicit
by Jan Tattermusch
· 9 years ago
4106259
add MathService.Fib test with deadline
by Jan Tattermusch
· 9 years ago
f7cfc8a
implemented cancellation support for MathService.Fib
by Jan Tattermusch
· 9 years ago
a236ff2
rename Result to ResponseAsync
by Jan Tattermusch
· 9 years ago
b533281
adjust C# generator to match the new API
by Jan Tattermusch
· 9 years ago
04eb89c
no need to call GrpcEnvironment.Initialize() explicitly
by Jan Tattermusch
· 10 years ago
da71a4d
add host and port overload for new channel
by Jan Tattermusch
· 10 years ago
2d2652d
implemented disposal logic for calls
by Jan Tattermusch
· 10 years ago
9f550a3
changed tests and examples to use "using" for IDisposable calls
by Jan Tattermusch
· 10 years ago
1c51f55
Merge branch 'master' of github.com:grpc/grpc into csharp_cleanup
by Jan Tattermusch
· 10 years ago
e84b618
get rid of dependencies on some unneeded nuget packages
by Jan Tattermusch
· 10 years ago
085533e
Replace handwritten math stub by the generated one
by Jan Tattermusch
· 10 years ago
03e82e2
Split address passed to AddListeningPort into host and port
by Jan Tattermusch
· 10 years ago
a5272b6
A new version C# API based on async/await
by Jan Tattermusch
· 10 years ago
8c61db9
cleanup of C# API examples
by Jan Tattermusch
· 10 years ago
cfd6073
Various Windows fixes.
by Nicolas Noble
· 10 years ago
c0b3721
added support for metadata
by Jan Tattermusch
· 10 years ago
075dde4
code style fixes based on StyleCop warnings
by Jan Tattermusch
· 10 years ago
babfd91
Rename Grpc.Api to Grpc.Examples
by Jan Tattermusch
· 10 years ago
[Renamed from src/csharp/Grpc.Api.Tests/MathClientServerTests.cs]
8b86b15
renaming of VS projects and other minor structural fixes
by Jan Tattermusch
· 10 years ago
[Renamed from src/csharp/GrpcApiTests/MathClientServerTests.cs]
3086862
Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings
by Jan Tattermusch
· 10 years ago
607307d
Cleanup of AsyncCall.cs
by Jan Tattermusch
· 10 years ago
190d360
Add missing new-lines at end of file
by Craig Tiller
· 10 years ago
d853baa
Merge pull request #516 from jtattermusch/csharp_shutdown
by Tim Emiola
· 10 years ago
af77b3d
changed 2014 -> 2015
by Jan Tattermusch
· 10 years ago
a7fff86
added license headers to all grpc C# files
by Jan Tattermusch
· 10 years ago
23821ce
Reworked GrpcEnvironment initialization and shutdown to allow running all tests at once.
by Jan Tattermusch
· 10 years ago
07fadea
Got rid of the PortPicker utility
by Jan Tattermusch
· 10 years ago
15111f5
Polishing C# math service implementation and added an in-process mathclient mathserver test
by Jan Tattermusch
· 10 years ago