gRPC  0.6.0
 All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | Protected Member Functions | Properties | List of all members
Grpc.Core.AbstractStub< TStub, TConfig > Class Template Reference

Base for client-side stubs. More...

Public Member Functions

 AbstractStub (Channel channel, TConfig config)
 

Protected Member Functions

Call< TRequest, TResponse > CreateCall< TRequest, TResponse > (string serviceName, Method< TRequest, TResponse > method)
 Creates a new call to given method. More...
 

Properties

Channel Channel [get]
 

Detailed Description

Base for client-side stubs.

Type Constraints
TConfig :StubConfiguration 

Member Function Documentation

Call<TRequest, TResponse> Grpc.Core.AbstractStub< TStub, TConfig >.CreateCall< TRequest, TResponse > ( string  serviceName,
Method< TRequest, TResponse >  method 
)
inlineprotected

Creates a new call to given method.

Type Constraints
TRequest :class 
TResponse :class 

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