Home
last modified time | relevance | path

Searched defs:MathClient (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Examples/
DMathGrpc.cs128 public partial class MathClient : grpc::ClientBase<MathClient> class in Math.Math
132 public MathClient(grpc::Channel channel) : base(channel) in MathClient() method in Math.Math.MathClient
137 public MathClient(grpc::CallInvoker callInvoker) : base(callInvoker) in MathClient() method in Math.Math.MathClient
141 protected MathClient() : base() in MathClient() method in Math.Math.MathClient
146 protected MathClient(ClientBaseConfiguration configuration) : base(configuration) in MathClient() method in Math.Math.MathClient
/external/grpc-grpc/src/csharp/Grpc.Examples.MathClient/
DMathClient.cs23 class MathClient class