Searched defs:StreamingCall (Results 1 – 8 of 8) sorted by relevance
26 def StreamingCall(self, request_iterator, context): member in BenchmarkServer42 def StreamingCall(self, request_iterator, context): member in GenericBenchmarkServer
31 rpc StreamingCall(stream SimpleRequest) returns (stream SimpleResponse); rpc
44 …public override async Task StreamingCall(IAsyncStreamReader<SimpleRequest> requestStream, IServerS… in StreamingCall() method in Grpc.Testing.BenchmarkServiceImpl
100 …public virtual global::System.Threading.Tasks.Task StreamingCall(grpc::IAsyncStreamReader<global::… in StreamingCall() method in Grpc.Testing.BenchmarkService.BenchmarkServiceBase225 …bal::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse> StreamingCall(grpc::Metadata… in StreamingCall() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient236 …bal::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse> StreamingCall(grpc::CallOpti… in StreamingCall() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
104 …public async Task StreamingCall(IAsyncStreamReader<byte[]> requestStream, IServerStreamWriter<byte… in StreamingCall() method in Grpc.IntegrationTesting.ServerRunners.GenericServiceImpl
58 public function StreamingCall($metadata = [], $options = []) { function in Grpc\\Testing\\BenchmarkServiceClient
34 rpc StreamingCall(stream SimpleRequest) returns (stream SimpleResponse); rpc
47 Status StreamingCall( in StreamingCall() function in grpc::testing::BenchmarkServiceImpl