Exemplo n.º 1
0
 public IDuplexStreamingMethodCall <TRequest, TResponse> Call <TRequest, TResponse>(IDuplexStreamingMethod <TRequest, TResponse> method)
 {
     return(CallDuplexStreaming <TRequest, TResponse>(method.CallDescriptor));
 }
Exemplo n.º 2
0
 public IDuplexStreamingMethodCall <TRequest, TResponse> Call <TRequest, TResponse>(IDuplexStreamingMethod <TRequest, TResponse> method, ContextLinkageOptions contextLinkageOptions = default)
 {
     return(CallDuplexStreaming <TRequest, TResponse>(method.CallDescriptor, contextLinkageOptions));
 }