gRPC  0.6.0
 All Classes Namespaces Functions Variables Enumerations Properties Pages
grpc.testing.TestServiceGrpc.ITestService Member List

This is the complete list of members for grpc.testing.TestServiceGrpc.ITestService, including all inherited members.

EmptyCall(ServerCallContext context, Empty request) (defined in grpc.testing.TestServiceGrpc.ITestService)grpc.testing.TestServiceGrpc.ITestService
FullDuplexCall(ServerCallContext context, IAsyncStreamReader< StreamingOutputCallRequest > requestStream, IServerStreamWriter< StreamingOutputCallResponse > responseStream) (defined in grpc.testing.TestServiceGrpc.ITestService)grpc.testing.TestServiceGrpc.ITestService
HalfDuplexCall(ServerCallContext context, IAsyncStreamReader< StreamingOutputCallRequest > requestStream, IServerStreamWriter< StreamingOutputCallResponse > responseStream) (defined in grpc.testing.TestServiceGrpc.ITestService)grpc.testing.TestServiceGrpc.ITestService
StreamingInputCall(ServerCallContext context, IAsyncStreamReader< StreamingInputCallRequest > requestStream) (defined in grpc.testing.TestServiceGrpc.ITestService)grpc.testing.TestServiceGrpc.ITestService
StreamingOutputCall(ServerCallContext context, StreamingOutputCallRequest request, IServerStreamWriter< StreamingOutputCallResponse > responseStream) (defined in grpc.testing.TestServiceGrpc.ITestService)grpc.testing.TestServiceGrpc.ITestService
UnaryCall(ServerCallContext context, SimpleRequest request) (defined in grpc.testing.TestServiceGrpc.ITestService)grpc.testing.TestServiceGrpc.ITestService