Searched refs:sendClientStream (Results 1 – 2 of 2) sorted by relevance
282 protected sendClientStream(request: Message) {287 this.rpcs.sendClientStream(this.rpc, request, this.callId);292 this.sendClientStream(request);318 this.sendClientStream(request);342 this.sendClientStream(request);
124 sendClientStream(rpc: Rpc, message: Message, callId: number) { method in PendingCalls