Click or drag to resize
DefaultCallInvokerAsyncServerStreamingCall Method
Overload List
  NameDescription
Public methodAsyncServerStreamingCallTRequest, TResponse(MethodTRequest, TResponse, String, CallOptions, TRequest)
Invokes a server streaming call asynchronously. In server streaming scenario, client sends on request and server responds with a stream of responses.
(Inherited from CallInvoker.)
Public methodAsyncServerStreamingCallTRequest, TResponse(MethodTRequest, TResponse, String, CallOptions, TRequest)
Invokes a server streaming call asynchronously. In server streaming scenario, client sends on request and server responds with a stream of responses.
(Overrides CallInvokerAsyncServerStreamingCallTRequest, TResponse(MethodTRequest, TResponse, String, CallOptions, TRequest).)
Top
See Also