Пример #1
0
 public IClientStreamingMethodCall <TRequest, TResponse> Call <TRequest, TResponse>(IClientStreamingMethod <TRequest, TResponse> method)
 {
     return(CallClientStreaming <TRequest, TResponse>(method.CallDescriptor));
 }
Пример #2
0
 public IClientStreamingMethodCall <TRequest, TResponse> Call <TRequest, TResponse>(IClientStreamingMethod <TRequest, TResponse> method, ContextLinkageOptions contextLinkageOptions = default)
 {
     return(CallClientStreaming <TRequest, TResponse>(method.CallDescriptor, contextLinkageOptions));
 }