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

Abstraction of a call to be invoked on a client. More...

Public Member Functions

 Call (string serviceName, Method< TRequest, TResponse > method, Channel channel, Metadata headers)
 

Properties

Channel Channel [get]
 
string Name [get]
 Full methods name including the service name. More...
 
Metadata Headers [get]
 Headers to send at the beginning of the call. More...
 
Marshaller< TRequest > RequestMarshaller [get]
 
Marshaller< TResponse > ResponseMarshaller [get]
 

Detailed Description

Abstraction of a call to be invoked on a client.

Type Constraints
TRequest :class 
TResponse :class 

Property Documentation

Metadata Grpc.Core.Call< TRequest, TResponse >.Headers
get

Headers to send at the beginning of the call.

string Grpc.Core.Call< TRequest, TResponse >.Name
get

Full methods name including the service name.


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