Click or drag to resize
DefaultCallInvokerAsyncClientStreamingCall Method
Overload List
  NameDescription
Public methodAsyncClientStreamingCallTRequest, TResponse(MethodTRequest, TResponse, String, CallOptions)
Invokes a client streaming call asynchronously. In client streaming scenario, client sends a stream of requests and server responds with a single response.
(Inherited from CallInvoker.)
Public methodAsyncClientStreamingCallTRequest, TResponse(MethodTRequest, TResponse, String, CallOptions)
Invokes a client streaming call asynchronously. In client streaming scenario, client sends a stream of requests and server responds with a single response.
(Overrides CallInvokerAsyncClientStreamingCallTRequest, TResponse(MethodTRequest, TResponse, String, CallOptions).)
Top
See Also