James Newton-King
5ba6beff18
[C#] Add cancellation token overloads to streaming interfaces ( #27886 )
...
* Add cancellation token overloads to streaming interfaces
* PR feedback
3 years ago
James Newton-King
257183f5ec
Grpc.Core.Api nullable fixes ( #28616 )
3 years ago
James Newton-King
022d5b205f
Update IAsyncStreamWriter.cs
5 years ago
James Newton-King
4086431c1d
Add generic variance to reader and writer interfaces
6 years ago
Jan Tattermusch
55b9e5e399
move most of serverside API types to Grpc.Core.Api
6 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Jan Tattermusch
12855fc682
polishing public docs
10 years ago
Jan Tattermusch
5321d49b51
fixed writeOptions and added test
10 years ago
Jan Tattermusch
bff90ac384
added WriteOptions support and enabled NoCompress flag to be used for all writes
10 years ago
Jan Tattermusch
43dc50beb2
make naming of async write methods clearer (by adding Async suffix)
10 years ago
Jan Tattermusch
7ca6179c66
Make IAsyncReadStream use IAsyncEnumerator from Ix-Async
10 years ago
Jan Tattermusch
bdb1b4863b
add a generic constraint for TRequest and TResponse to require a class
10 years ago
Jan Tattermusch
a5272b6adc
A new version C# API based on async/await
10 years ago
Jan Tattermusch
075dde42fe
code style fixes based on StyleCop warnings
10 years ago
Jan Tattermusch
a29d0f3fbc
Split async call into server and client classes sharing the same base.
10 years ago
Jan Tattermusch
503bbac217
added C# interop server
10 years ago
Craig Tiller
ce5021b0b9
Add missing new-lines at end of file
10 years ago
Craig Tiller
ad1fd3a49e
Add proto copyrights
10 years ago
yangg
1456d15221
Add a test to export two TestService on the same server, only with different
...
package names. Make sure they work as intended.
This is based on []
Change on 2015/01/08 by yangg <yangg@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83558743
11 years ago