The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Stanley Cheung 4f9d3d2e0f Bump version to 1.30.2 5 years ago
..
Interceptors move ChannelExtensions to Grpc.Core.Api 6 years ago
Internal Move ClientBase to Grpc.Core.Api, change client project references to Grpc.Core.Api, use ChannelBase in codegen 6 years ago
Properties review comments 6 years ago
Utils fix C# sanity and other nits 6 years ago
.gitignore
AsyncAuthInterceptor.cs move CallInvoker and its prerequisites to Grpc.Core.Api 6 years ago
AsyncCallState.cs Clean up 5 years ago
AsyncClientStreamingCall.cs move core of Async*Call into a new internal AsyncCallState struct; abstracts over Foo() vs Foo(object), avoiding delegate allocations 5 years ago
AsyncDuplexStreamingCall.cs move core of Async*Call into a new internal AsyncCallState struct; abstracts over Foo() vs Foo(object), avoiding delegate allocations 5 years ago
AsyncServerStreamingCall.cs move core of Async*Call into a new internal AsyncCallState struct; abstracts over Foo() vs Foo(object), avoiding delegate allocations 5 years ago
AsyncStreamReaderExtensions.cs PR feedback 6 years ago
AsyncUnaryCall.cs move core of Async*Call into a new internal AsyncCallState struct; abstracts over Foo() vs Foo(object), avoiding delegate allocations 5 years ago
AuthContext.cs make AuthContext constructor public 6 years ago
AuthProperty.cs remove lazy<T> usage 6 years ago
BindServiceMethodAttribute.cs Update license header 6 years ago
CallCredentials.cs Fix some spelling errors in comment 5 years ago
CallCredentialsConfiguratorBase.cs move CallInvoker and its prerequisites to Grpc.Core.Api 6 years ago
CallFlags.cs move CallInvoker and its prerequisites to Grpc.Core.Api 6 years ago
CallInvoker.cs move CallInvoker and its prerequisites to Grpc.Core.Api 6 years ago
CallOptions.cs Fix some spelling errors in comment 5 years ago
ChannelBase.cs review comments 5 years ago
ChannelCredentials.cs Improve error message 5 years ago
ChannelCredentialsConfiguratorBase.cs move ChannelCredentials to Grpc.Core.Api 6 years ago
ClientBase.cs Move ClientBase to Grpc.Core.Api, change client project references to Grpc.Core.Api, use ChannelBase in codegen 6 years ago
ContextPropagationOptions.cs move most of serverside API types to Grpc.Core.Api 6 years ago
ContextPropagationToken.cs move most of serverside API types to Grpc.Core.Api 6 years ago
DeserializationContext.cs more accurate comment 6 years ago
Grpc.Core.Api.csproj Merge branch 'master' into jamesnk/remove-ix-net-dependency 6 years ago
IAsyncStreamReader.cs Add generic variance to reader and writer interfaces 6 years ago
IAsyncStreamWriter.cs Update IAsyncStreamWriter.cs 5 years ago
IClientStreamWriter.cs Add generic variance to reader and writer interfaces 6 years ago
IServerStreamWriter.cs Add generic variance to reader and writer interfaces 6 years ago
KeyCertificatePair.cs move ChannelCredentials to Grpc.Core.Api 6 years ago
Marshaller.cs move most of serverside API types to Grpc.Core.Api 6 years ago
Metadata.cs Unit tests 5 years ago
Method.cs move most of serverside API types to Grpc.Core.Api 6 years ago
RpcException.cs improve RpcException doc comments 5 years ago
SerializationContext.cs PR feedback 5 years ago
ServerCallContext.cs Improve ServerCallContext doc comments. 5 years ago
ServerMethods.cs move most of serverside API types to Grpc.Core.Api 6 years ago
ServerServiceDefinition.cs refactor ServerServiceDefinition and move to Grpc.Core.Api 6 years ago
ServiceBinderBase.cs refactor ServerServiceDefinition and move to Grpc.Core.Api 6 years ago
SslCredentials.cs split up ChannelCredentials.cs 6 years ago
Status.cs Revert "Revert "C# expose C-core's debug error string in Status struct"" 5 years ago
StatusCode.cs docs: add note about retrying UNAVAILABLE 6 years ago
VerifyPeerContext.cs move ChannelCredentials to Grpc.Core.Api 6 years ago
Version.cs PR feedback 6 years ago
VersionInfo.cs Bump version to 1.30.2 5 years ago
WriteOptions.cs move most of serverside API types to Grpc.Core.Api 6 years ago