示例#1
0
 public IServerStreamingMethodCall <TResponse> Call <TRequest, TResponse>(IServerStreamingMethod <TRequest, TResponse> method, TRequest request)
 {
     return(CallServerStreaming <TRequest, TResponse>(method.CallDescriptor, request));
 }
示例#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));
 }