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.
 
 
 
 
 
 
Jan Tattermusch bf48d410a7 change suffix for protected ServerCallContext members to *Core 6 years ago
..
Interceptors clang-format all the files. 6 years ago
Internal change suffix for protected ServerCallContext members to *Core 6 years ago
Logging
Profiling
Properties
Utils
build
.gitignore
AsyncAuthInterceptor.cs
AsyncClientStreamingCall.cs
AsyncDuplexStreamingCall.cs
AsyncServerStreamingCall.cs
AsyncUnaryCall.cs
AuthContext.cs
AuthProperty.cs
CallCredentials.cs
CallInvocationDetails.cs
CallInvoker.cs
CallOptions.cs
Calls.cs
Channel.cs Merge pull request #16554 from jtattermusch/csharp_dont_leak_when_call_init_fails 7 years ago
ChannelCredentials.cs
ChannelOptions.cs add xmldoc comments 7 years ago
ChannelState.cs
ClientBase.cs avoid Tuple allocation in ClientBaseConfigurationInterceptor 7 years ago
Common.csproj.include
CompressionLevel.cs
ContextPropagationToken.cs
DefaultCallInvoker.cs
DeserializationContext.cs switch C# to contextual serializer and deserializer internally 6 years ago
Grpc.Core.csproj
GrpcEnvironment.cs
IAsyncStreamReader.cs
IAsyncStreamWriter.cs
IClientStreamWriter.cs
IServerStreamWriter.cs
KeyCertificatePair.cs
Marshaller.cs switch C# to contextual serializer and deserializer internally 6 years ago
Metadata.cs review comments 7 years ago
Method.cs
NativeDeps.Linux.csproj.include build grpc_csharp_ext with cmake 7 years ago
NativeDeps.Mac.csproj.include build grpc_csharp_ext with cmake 7 years ago
NativeDeps.Windows.csproj.include
NativeDeps.csproj.include
RpcException.cs
SerializationContext.cs switch C# to contextual serializer and deserializer internally 6 years ago
Server.cs
ServerCallContext.cs change suffix for protected ServerCallContext members to *Core 6 years ago
ServerCredentials.cs dont repeat "ClientCertificate" in enum values 7 years ago
ServerMethods.cs
ServerPort.cs
ServerServiceDefinition.cs add ServiceBinderBase 6 years ago
ServiceBinderBase.cs add ServiceBinderBase 6 years ago
SourceLink.csproj.include
Status.cs
StatusCode.cs
Version.cs
Version.csproj.include Regenerate projects 6 years ago
VersionInfo.cs Regenerate projects 6 years ago
WriteOptions.cs