Exemplo n.º 1
0
 public IServerStreamingMethodCall <TResponse> Call <TRequest, TResponse>(IServerStreamingMethod <TRequest, TResponse> method, TRequest request)
 {
     return(CallServerStreaming <TRequest, TResponse>(method.CallDescriptor, request));
 }
Exemplo n.º 2
0
 public IServerStreamingMethodCall <TResponse> Call <TRequest, TResponse>(IServerStreamingMethod <TRequest, TResponse> method, TRequest request, ContextLinkageOptions contextLinkageOptions = default)
 {
     return(CallServerStreaming <TRequest, TResponse>(method.CallDescriptor, request, contextLinkageOptions));
 }