Home
last modified time | relevance | path

Searched refs:__Method_StreamingCall (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DBenchmarkServiceGrpc.cs42 …Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse> __Method_StreamingCall = new grpc… field in Grpc.Testing.BenchmarkService
238 return CallInvoker.AsyncDuplexStreamingCall(__Method_StreamingCall, null, options); in StreamingCall()
321 .AddMethod(__Method_StreamingCall, serviceImpl.StreamingCall) in BindService()