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

Return type for server streaming calls. More...

Public Member Functions

 AsyncServerStreamingCall (IAsyncStreamReader< TResponse > responseStream)
 
Task< TResponse > ReadNext ()
 Reads the next response from ResponseStream More...
 

Properties

IAsyncStreamReader< TResponse > ResponseStream [get]
 Async stream to read streaming responses. More...
 

Detailed Description

Return type for server streaming calls.

Type Constraints
TResponse :class 

Member Function Documentation

Task<TResponse> Grpc.Core.AsyncServerStreamingCall< TResponse >.ReadNext ( )
inline

Reads the next response from ResponseStream

Returns

Property Documentation

IAsyncStreamReader<TResponse> Grpc.Core.AsyncServerStreamingCall< TResponse >.ResponseStream
get

Async stream to read streaming responses.


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