gRPC  0.6.0
 All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | List of all members
grpc.testing.TestServiceGrpc.ITestServiceClient Interface Reference
Inheritance diagram for grpc.testing.TestServiceGrpc.ITestServiceClient:
grpc.testing.TestServiceGrpc.TestServiceClientStub

Public Member Functions

Empty EmptyCall (Empty request, CancellationToken token=default(CancellationToken))
 
Task< EmptyEmptyCallAsync (Empty request, CancellationToken token=default(CancellationToken))
 
SimpleResponse UnaryCall (SimpleRequest request, CancellationToken token=default(CancellationToken))
 
Task< SimpleResponseUnaryCallAsync (SimpleRequest request, CancellationToken token=default(CancellationToken))
 
AsyncServerStreamingCall
< StreamingOutputCallResponse
StreamingOutputCall (StreamingOutputCallRequest request, CancellationToken token=default(CancellationToken))
 
AsyncClientStreamingCall
< StreamingInputCallRequest,
StreamingInputCallResponse
StreamingInputCall (CancellationToken token=default(CancellationToken))
 
AsyncDuplexStreamingCall
< StreamingOutputCallRequest,
StreamingOutputCallResponse
FullDuplexCall (CancellationToken token=default(CancellationToken))
 
AsyncDuplexStreamingCall
< StreamingOutputCallRequest,
StreamingOutputCallResponse
HalfDuplexCall (CancellationToken token=default(CancellationToken))
 

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