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