Click or drag to resize
DefaultCallInvokerAsyncDuplexStreamingCall Method
Overload List
  NameDescription
Public methodAsyncDuplexStreamingCallTRequest, TResponse(MethodTRequest, TResponse, String, CallOptions)
Invokes a duplex streaming call asynchronously. In duplex streaming scenario, client sends a stream of requests and server responds with a stream of responses. The response stream is completely independent and both side can be sending messages at the same time.
(Inherited from CallInvoker.)
Public methodAsyncDuplexStreamingCallTRequest, TResponse(MethodTRequest, TResponse, String, CallOptions)
Invokes a duplex streaming call asynchronously. In duplex streaming scenario, client sends a stream of requests and server responds with a stream of responses. The response stream is completely independent and both side can be sending messages at the same time.
(Overrides CallInvokerAsyncDuplexStreamingCallTRequest, TResponse(MethodTRequest, TResponse, String, CallOptions).)
Top
See Also