Ejemplo n.º 1
0
 public ServerStreamingServerCallHandler(Method <TRequest, TResponse> method, ServerStreamingServerMethod <TRequest, TResponse> handler)
 {
     this.m_Method    = method;
     this.m_Handler   = handler;
     this.m_MethodInv = MethodUtil.Invert(method);
 }