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

Implementation of TestService server More...

Inheritance diagram for grpc.testing.TestServiceImpl:
grpc.testing.TestService.ITestService

Public Member Functions

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

Detailed Description

Implementation of TestService server


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