Searched refs:MathClient (Results 1 – 10 of 10) sorted by relevance
27 public static void DivExample(Math.MathClient client) in DivExample()33 public static async Task DivAsyncExample(Math.MathClient client) in DivAsyncExample()39 public static async Task FibExample(Math.MathClient client) in FibExample()48 public static async Task SumExample(Math.MathClient client) in SumExample()64 public static async Task DivManyExample(Math.MathClient client) in DivManyExample()79 public static async Task DependendRequestsExample(Math.MathClient client) in DependendRequestsExample()102 public static async Task HandleErrorExample(Math.MathClient client) in HandleErrorExample()118 public static async Task MetadataExample(Math.MathClient client) in MetadataExample()
128 public partial class MathClient : grpc::ClientBase<MathClient> class in Math.Math132 public MathClient(grpc::Channel channel) : base(channel) in MathClient() method in Math.Math.MathClient137 public MathClient(grpc::CallInvoker callInvoker) : base(callInvoker) in MathClient() method in Math.Math.MathClient141 protected MathClient() : base() in MathClient() method in Math.Math.MathClient146 protected MathClient(ClientBaseConfiguration configuration) : base(configuration) in MathClient() method in Math.Math.MathClient273 protected override MathClient NewInstance(ClientBaseConfiguration configuration) in NewInstance()275 return new MathClient(configuration); in NewInstance()
36 var mockClient = new Moq.Mock<Math.MathClient>(); in ClientBaseBlockingUnaryCallCanBeMocked()46 var mockClient = new Moq.Mock<Math.MathClient>(); in ClientBaseBlockingUnaryCallWithCallOptionsCallCanBeMocked()56 var mockClient = new Moq.Mock<Math.MathClient>(); in ClientBaseAsyncUnaryCallCanBeMocked()67 var mockClient = new Moq.Mock<Math.MathClient>(); in ClientBaseClientStreamingCallCanBeMocked()79 var mockClient = new Moq.Mock<Math.MathClient>(); in ClientBaseServerStreamingCallCanBeMocked()91 var mockClient = new Moq.Mock<Math.MathClient>(); in ClientBaseDuplexStreamingCallCanBeMocked()
38 Math.MathClient client;51 client = new Math.MathClient(channel); in Init()
23 class MathClient class28 Math.MathClient client = new Math.MathClient(channel); in Main()
8 <AssemblyName>Grpc.Examples.MathClient</AssemblyName>10 <PackageId>Grpc.Examples.MathClient</PackageId>
25 self::$client = new Math\MathClient(
32 $client = new Math\MathClient($host, [
16 …7-4668-BE54-9A1E7A4F7556}") = "Grpc.Examples.MathClient", "Grpc.Examples.MathClient\Grpc.Examples.…