Home | History | Annotate | Download | only in Grpc.IntegrationTesting

Lines Matching refs:gRPC

3 //     source: src/proto/grpc/testing/empty_service.proto
6 // Copyright 2018 gRPC authors.
23 using grpc = global::Grpc.Core;
25 namespace Grpc.Testing {
28 /// See https://github.com/grpc/grpc/issues/15574
32 static readonly string __ServiceName = "grpc.testing.EmptyService";
38 get { return global::Grpc.Testing.EmptyServiceReflection.Descriptor.Services[0]; }
47 public partial class EmptyServiceClient : grpc::ClientBase<EmptyServiceClient>
51 public EmptyServiceClient(grpc::Channel channel) : base(channel)
56 public EmptyServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker)
78 public static grpc::ServerServiceDefinition BindService(EmptyServiceBase serviceImpl)
80 return grpc::ServerServiceDefinition.CreateBuilder().Build();