Esempio n. 1
0
 public IClientStreamingMethodCall <TRequest, TResponse> Call <TRequest, TResponse>(IClientStreamingMethod <TRequest, TResponse> method)
 {
     return(CallClientStreaming <TRequest, TResponse>(method.CallDescriptor));
 }
Esempio n. 2
0
 public IClientStreamingMethodCall <TRequest, TResponse> Call <TRequest, TResponse>(IClientStreamingMethod <TRequest, TResponse> method, ContextLinkageOptions contextLinkageOptions = default)
 {
     return(CallClientStreaming <TRequest, TResponse>(method.CallDescriptor, contextLinkageOptions));
 }