Searched defs:StreamingFromClient (Results 1 – 6 of 6) sorted by relevance
35 rpc StreamingFromClient(stream SimpleRequest) returns (SimpleResponse); rpc
112 …::System.Threading.Tasks.Task<global::Grpc.Testing.SimpleResponse> StreamingFromClient(grpc::IAsyn… in StreamingFromClient() method in Grpc.Testing.BenchmarkService.BenchmarkServiceBase248 …::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse> StreamingFromClient(grpc::Metad… in StreamingFromClient() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient258 …::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse> StreamingFromClient(grpc::CallO… in StreamingFromClient() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
158 [pbr::OriginalName("STREAMING_FROM_CLIENT")] StreamingFromClient = 2, enumerator
70 public function StreamingFromClient($metadata = [], $options = []) { function in Grpc\\Testing\\BenchmarkServiceClient
38 rpc StreamingFromClient(stream SimpleRequest) returns (SimpleResponse); rpc
63 Status StreamingFromClient(ServerContext* context, in StreamingFromClient() function in grpc::testing::BenchmarkServiceImpl