コード例 #1
0
ファイル: Client.cs プロジェクト: zhihua1607/plexus-interop
 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));
 }