gRPC  0.6.0
 All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | Properties | List of all members
Grpc.Core.Method< TRequest, TResponse > Class Template Reference

A description of a service method. More...

Public Member Functions

 Method (MethodType type, string name, Marshaller< TRequest > requestMarshaller, Marshaller< TResponse > responseMarshaller)
 

Properties

MethodType Type [get]
 
string Name [get]
 
Marshaller< TRequest > RequestMarshaller [get]
 
Marshaller< TResponse > ResponseMarshaller [get]
 

Detailed Description

A description of a service method.


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