gRPC  0.6.0
 All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | List of all members
grpc.testing.TestServiceGrpc.ITestService Interface Reference

Public Member Functions

Task< EmptyEmptyCall (ServerCallContext context, Empty request)
 
Task< SimpleResponseUnaryCall (ServerCallContext context, SimpleRequest request)
 
Task StreamingOutputCall (ServerCallContext context, StreamingOutputCallRequest request, IServerStreamWriter< StreamingOutputCallResponse > responseStream)
 
Task< StreamingInputCallResponseStreamingInputCall (ServerCallContext context, IAsyncStreamReader< StreamingInputCallRequest > requestStream)
 
Task FullDuplexCall (ServerCallContext context, IAsyncStreamReader< StreamingOutputCallRequest > requestStream, IServerStreamWriter< StreamingOutputCallResponse > responseStream)
 
Task HalfDuplexCall (ServerCallContext context, IAsyncStreamReader< StreamingOutputCallRequest > requestStream, IServerStreamWriter< StreamingOutputCallResponse > responseStream)
 

The documentation for this interface was generated from the following file: